Skip to content

Commit

Permalink
ci: skip upload to test PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
rjw57 committed Nov 18, 2024
1 parent c41a21b commit d040e2c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
id: deployment
uses: actions/deploy-pages@v4
test-pypi:
# By default we don't push to test PyPI. Remove this rule for debugging
if: "${{ false }}"
name: Publish to Test PyPI
needs: [release]
runs-on: ubuntu-24.04
Expand All @@ -68,7 +70,7 @@ jobs:
verbose: true
pypi:
name: Publish to PyPI
needs: [test-pypi]
needs: [release]
runs-on: ubuntu-24.04
permissions:
id-token: write
Expand Down

0 comments on commit d040e2c

Please sign in to comment.