Skip to content

Commit

Permalink
Deploy to PyPI on tag push
Browse files Browse the repository at this point in the history
  • Loading branch information
m-dzianishchyts committed Oct 1, 2024
1 parent 5204351 commit a5fcd40
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy-pypi.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Deploy to PyPI
name: 'deploy to PyPI'

on:
workflow_dispatch:
push:
tags:
- '[0-9]+.[0-9]+*'

jobs:
deploy:
Expand Down

0 comments on commit a5fcd40

Please sign in to comment.