Skip to content

Commit

Permalink
add tag pushes condition back for publishing to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
DianaBanta committed Sep 23, 2024
1 parent 0d8041c commit 64fb79f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
publish-to-pypi:
name: >-
Publish Python distribution 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 64fb79f

Please sign in to comment.