Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aa31c65

Browse files
committed
chore: install twine via pip
1 parent 532715c commit aa31c65

File tree

3 files changed

+306
-219
lines changed

3 files changed

+306
-219
lines changed

.github/workflows/ci-workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
- name: Verify dist package format
3838
run: |
3939
poetry build
40+
poetry run pip install twine
4041
poetry run twine check dist/*
4142
if: matrix.os != 'windows-latest'
4243
- name: Upload coverage result

0 commit comments

Comments
 (0)