Skip to content

Commit

Permalink
Merge pull request #39 from twisted/just-release
Browse files Browse the repository at this point in the history
install required pep517 dependency
  • Loading branch information
glyph committed Oct 28, 2023
2 parents 316afc4 + ecd0232 commit c63aa51
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 c63aa51

Please sign in to comment.