Skip to content

Commit

Permalink
Stop publishing tagged builds to TestPyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
vsuorant committed Sep 27, 2024
1 parent 8cd465d commit 26473af
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/') # Don't publish tagged releases in TestPyPI
needs:
- build
runs-on: ubuntu-latest
Expand Down

0 comments on commit 26473af

Please sign in to comment.