Skip to content

Commit

Permalink
publish-to-testpypi conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
vsuorant committed Sep 27, 2024
1 parent 0954ead commit 661f90d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:

publish-to-testpypi:
name: Publish Python 🐍 distribution 📦 to TestPyPI
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 661f90d

Please sign in to comment.