We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f457ca + fcba438 commit f6127a1Copy full SHA for f6127a1
.github/workflows/pypi-release.yml
@@ -28,7 +28,7 @@ jobs:
28
run: twine check dist/*
29
30
- name: check PyPI versions
31
- if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/v2.3' || github.ref == 'refs/heads/release/3.3.0post1'
+ if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release/')
32
run: |
33
pip install --upgrade requests
34
python -c "\
0 commit comments