Skip to content

Commit

Permalink
install required pep517 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
glyph committed Oct 28, 2023
1 parent a443da3 commit ecd0232
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,9 @@ jobs:

- name: Check matched tag version and branch version - on tag
if: startsWith(github.ref, 'refs/tags/')
run: python admin/check_tag_version_match.py "${{ github.ref }}"
run: |
python -Im pip install --upgrade pep517
python admin/check_tag_version_match.py "${{ github.ref }}"
- name: Publish to PyPI - on tag
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit ecd0232

Please sign in to comment.