Skip to content

Commit f6127a1

Browse files
author
Lincoln Stein
committed
brought in pypi release action from PR #4875
2 parents 7f457ca + fcba438 commit f6127a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: twine check dist/*
2929

3030
- 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'
31+
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release/')
3232
run: |
3333
pip install --upgrade requests
3434
python -c "\

0 commit comments

Comments
 (0)