Correctly create wheels for linux, musllinux, and musllinux-cross#314
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
a939753 to
2d9e756
Compare
konstantinoscs
left a comment
There was a problem hiding this comment.
LGTM.
One thing is that we could/should build is a post-publish job that checks that the wheels/ dir contains all the files that should be there. (it's my understanding of the original problem that we were skipping some of them)
This PR fixes wheel artifact creation for
linux,musllinux, andmusllinux-cross, so that all expected Python versions are correctly published.