Skip to content

Commit

Permalink
Fix invalid ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-russell committed Feb 26, 2024
1 parent dbb28f9 commit 92bcca9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
run: make test-ci

pypi-publish:
needs: build_and_test
if: github.ref == 'refs/heads/main'
name: upload release to PyPI
runs-on: ubuntu-latest
Expand All @@ -25,8 +26,6 @@ jobs:
permissions:
# IMPORTANT: this permission is mandatory for trusted publishing
id-token: write
requires:
- build_and_test
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 92bcca9

Please sign in to comment.