From 6eedc7613a1af396c6711c28c40bf84b46c922b3 Mon Sep 17 00:00:00 2001 From: Yasser Tahiri Date: Fri, 5 Apr 2024 17:58:04 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20drop=20The=20action=20`hynek/bui?= =?UTF-8?q?ld-and-inspect-python-package`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b35d337c..2f84520e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,23 +79,10 @@ jobs: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.xml - build-package: - name: Build & verify package - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v4 - with: - fetch-depth: 0 - - # Using Hynek's action to build and verify the package - # https://github.com/hynek/build-and-inspect-python-package - - uses: hynek/build-and-inspect-python-package@v2.2.0 - # https://github.com/marketplace/actions/alls-green#why used for branch protection checks check: if: always() - needs: [lint, tests, build-package] + needs: [lint, tests] runs-on: ubuntu-latest steps: - name: Decide whether the needed jobs succeeded or failed