Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
hatch
way.sdist
where to look - not sure if it was necessary but the canonical example inblack
had it like that so I thoguht it might work.. I'm too tired to see if it works without this change.check-wheel-file
assumes by default a single toplevel library. thehynek
tool which calls that doesn't give an option to customise this - so I've told it toskip-wheel
.check-wheel-file
specifying multiple toplevel libraries separately below - which works locally, but not upstream because of the wildcard.. I'm beyond caring now - so if one of you wants to do it tomorrow then great - otherwise I will merge and rerelease onmain
and we're done!hynek
tool has created aswmmanywhere-0.1.2.tar.gz
(which already exists and so causes the error despite the release being0.1.3
) - I'm hoping this is something to do with the fact that I'm not releasing frommain
but instead this branch.Fixes #290
Type of change
Key checklist
python -m pytest
)python -m sphinx -b html docs docs/build
)pre-commit run --all-files
)Further checks