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