Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 532715c commit aa31c65Copy full SHA for aa31c65
3 files changed
.github/workflows/ci-workflow.yml
@@ -37,6 +37,7 @@ jobs:
37
- name: Verify dist package format
38
run: |
39
poetry build
40
+ poetry run pip install twine
41
poetry run twine check dist/*
42
if: matrix.os != 'windows-latest'
43
- name: Upload coverage result
0 commit comments