Skip to content

Commit

Permalink
Dont try to push to pypi unless tests succeed
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-russell committed Feb 26, 2024
1 parent 1481784 commit dbb28f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ 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 dbb28f9

Please sign in to comment.