From 2f8ea2b9cbafaeff2dcd9d92b23afdc74765fcf6 Mon Sep 17 00:00:00 2001 From: Andrew Brookins Date: Fri, 22 Oct 2021 10:35:32 -0700 Subject: [PATCH] Fix twine checker in CI --- .github/workflows/ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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