diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cf51ba1..4e86f3e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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