Skip to content

Commit

Permalink
fix: publish on each push to main
Browse files Browse the repository at this point in the history
  • Loading branch information
daireto committed Dec 30, 2024
1 parent 586a437 commit b47561d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:

publish-to-pypi:
name: Publish to PyPI
if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
needs:
- build
runs-on: ubuntu-latest
Expand Down

0 comments on commit b47561d

Please sign in to comment.