Skip to content

Commit

Permalink
Disable testpypi
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewyates committed Jun 30, 2024
1 parent e68e841 commit 04312cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
publish-to-testpypi:
name: Publish Python distribution to TestPyPI
### Comment the following line to publish to testpypi on commit
# if: startsWith(github.ref, 'refs/PUBLISH-DISABLED/')
if: startsWith(github.ref, 'refs/PUBLISH-DISABLED/')
needs:
- build
runs-on: ubuntu-latest
Expand Down

0 comments on commit 04312cb

Please sign in to comment.