Skip to content

Commit 36e5271

Browse files
committed
make publishing conditional on successful build
1 parent a0143e0 commit 36e5271

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/wheels-macos_arm64.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ jobs:
127127

128128
pypi-publish:
129129
name: Upload release to PyPI
130+
needs: [build_wheels]
130131
runs-on: ubuntu-latest
131132
permissions:
132133
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing

0 commit comments

Comments
 (0)