Skip to content

Commit

Permalink
Merge pull request #11 from rjw57/revert-test-pypi-skip
Browse files Browse the repository at this point in the history
Revert "ci: skip upload to test PyPI"
  • Loading branch information
rjw57 authored Nov 18, 2024
2 parents b3ac631 + 7c9964e commit 2715d3b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ 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 @@ -70,7 +68,7 @@ jobs:
verbose: true
pypi:
name: Publish to PyPI
needs: [release]
needs: [test-pypi]
runs-on: ubuntu-24.04
permissions:
id-token: write
Expand Down

0 comments on commit 2715d3b

Please sign in to comment.