Skip to content

Commit

Permalink
include wheel check separately
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobson committed Sep 25, 2024
1 parent 7d081f8 commit 9f6383c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ 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
Expand Down

0 comments on commit 9f6383c

Please sign in to comment.