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