Skip to content

Commit

Permalink
Add publishing of releases to TestPyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
treiher committed Apr 26, 2024
1 parent 50ac027 commit fac5a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:

publish-to-testpypi:
name: Publish Python distribution to TestPyPI
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/')
needs:
- build
runs-on: ubuntu-22.04
Expand Down

0 comments on commit fac5a7d

Please sign in to comment.