Fix twine checker in CI
This commit is contained in:
parent
1921a49059
commit
2f8ea2b9cb
1 changed files with 1 additions and 6 deletions
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
@ -62,13 +62,8 @@ jobs:
|
|||
#----------------------------------------------
|
||||
- name: Run linter
|
||||
run: |
|
||||
make dist
|
||||
make lint
|
||||
- name: Prepare twine checker
|
||||
run: |
|
||||
poetry build
|
||||
- name: Run twine checker
|
||||
run: |
|
||||
twine check dist/*
|
||||
|
||||
test-unix:
|
||||
name: Test Unix
|
||||
|
|
Loading…
Reference in a new issue