Skip to content

Commit

Permalink
Merge pull request #10 from rjw57/skip-test-pypi
Browse files Browse the repository at this point in the history
ci: skip upload to test PyPI
  • Loading branch information
rjw57 authored Nov 18, 2024
2 parents c41a21b + d040e2c commit fe30989
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 fe30989

Please sign in to comment.