Skip to content

Commit

Permalink
Only publish to TestPyPI on GitHub prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
natezb committed Jan 1, 2025
1 parent 3b8aa93 commit 99b15d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:

publish-to-testpypi:
name: Publish to TestPyPI
#if: ${{ github.event_name == 'release' && github.event.action == 'prereleased' }}
if: ${{ github.event_name == 'release' && github.event.action == 'prereleased' }}
needs:
- build
runs-on: ubuntu-latest
Expand Down

0 comments on commit 99b15d8

Please sign in to comment.