ImperialCollegeLondon / SWMManywhere

SWMManywhere is used to derive and simulate a sewer network anywhere in the world
https://imperialcollegelondon.github.io/SWMManywhere/
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

branch to fix wheel issue #299

Closed barneydobson closed 4 days ago

barneydobson commented 5 days ago

Description

OK there were a few issues - small but took forever to track down. Here is the release action: https://github.com/ImperialCollegeLondon/SWMManywhere/actions/runs/11040266148

    - name: Check wheel contents
      run: |
        pip install check-wheel-contents
        check-wheel-contents dist/swmmanywhere-*.whl --toplevel="swmmanywhere","netcomp"

Fixes #290

Type of change

Key checklist

Further checks

barneydobson commented 4 days ago

closed it because that fixed the release - feel free to reopen or start a new issue if you want to address the wheel check