Skip to content

Commit

Permalink
make publishing conditional on successful build
Browse files Browse the repository at this point in the history
  • Loading branch information
ravnoor committed Dec 22, 2023
1 parent a0143e0 commit 36e5271
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/wheels-macos_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ jobs:

pypi-publish:
name: Upload release to PyPI
needs: [build_wheels]
runs-on: ubuntu-latest
permissions:
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
Expand Down

0 comments on commit 36e5271

Please sign in to comment.