Skip to content

Commit

Permalink
don't run testpypi on non-tag pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
jat255 committed Jan 8, 2025
1 parent daf165a commit 5e83493
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ jobs:
publish-to-testpypi:
name: Publish Python 🐍 distribution 📦 to TestPyPI
if: not(startsWith(github.ref, 'refs/tags/')) # only publish to PyPI on tag pushes
needs:
- build
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5e83493

Please sign in to comment.