From e5f88ba5d05d97e5e26d2e981465ff9e55cb72b6 Mon Sep 17 00:00:00 2001 From: Dobson Date: Wed, 25 Sep 2024 20:55:18 +0100 Subject: [PATCH] remove separate wheel check --- .github/workflows/publish.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b714f88c..d857d16d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -28,11 +28,6 @@ jobs: attest-build-provenance-github: true skip-wheel: true - - name: Check wheel contents - run: | - pip install check-wheel-contents - check-wheel-contents dist/swmmanywhere-*.whl --toplevel="swmmanywhere","netcomp" - publish-TestPyPI: needs: build-wheel name: Publish SWMManywhere to TestPyPI