Skip to content

Commit

Permalink
brought in pypi release action from PR #4875
Browse files Browse the repository at this point in the history
  • Loading branch information
Lincoln Stein committed Oct 14, 2023
2 parents 7f457ca + fcba438 commit f6127a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: twine check dist/*

- name: check PyPI versions
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/')
run: |
pip install --upgrade requests
python -c "\
Expand Down

0 comments on commit f6127a1

Please sign in to comment.