Skip to content

Commit

Permalink
chore: install twine via pip
Browse files Browse the repository at this point in the history
  • Loading branch information
msiemens committed Oct 5, 2024
1 parent 532715c commit aa31c65
Show file tree
Hide file tree
Showing 3 changed files with 306 additions and 219 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
- name: Verify dist package format
run: |
poetry build
poetry run pip install twine
poetry run twine check dist/*
if: matrix.os != 'windows-latest'
- name: Upload coverage result
Expand Down
Loading

0 comments on commit aa31c65

Please sign in to comment.