We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7aaeda2 + bb1090b commit 44e9299Copy full SHA for 44e9299
.github/workflows/publish-package.yml
@@ -69,7 +69,7 @@ jobs:
69
70
publish:
71
name: Publish Python distribution to (Test)PyPI
72
- if: github.event_name != 'pull_request' && github.repository == 'data-apis/array-api-strict'
+ if: github.event_name != 'pull_request' && github.repository == 'data-apis/array-api-strict' && github.ref_type == 'tag'
73
needs: build
74
runs-on: ubuntu-latest
75
# Mandatory for publishing with a trusted publisher
0 commit comments