We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a69d533 + d3f40a8 commit 54ed582Copy full SHA for 54ed582
1 file changed
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
32
python-version: "3.14"
33
34
- name: Verify release tag matches package version
35
- if: ${{ github.event_name == 'push' || inputs.publish_target == 'testpypi' }}
+ if: ${{ github.event_name == 'push' }}
36
run: |
37
python - <<'PY'
38
import os
0 commit comments