-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Try out cibuildwheel. #18224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Try out cibuildwheel. #18224
Conversation
Since enabling this on |
This should now be building on all 3 platforms, but it doesn't run any tests. It's also doing manylinux2010 instead of manylinux1, though I'm sure that could be tweaked. GitHub Actions doesn't do arm or s390x, I don't think, so we'd still need the matplotlib-wheels repo to build those. |
.github/workflows/cibuildwheel.yml
Outdated
@@ -0,0 +1,38 @@ | |||
name: Build CI wheels | |||
|
|||
on: [push, pull_request] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change to tag?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
or, tag + push
This is enabled for push & pull_request right now, but since we have nowhere to upload anything permanent, I'll probably switch this to tags-only for final usage, if merged.
…224-on-v3.3.x Backport PR #18224 on branch v3.3.x (Try out cibuildwheel.)
PR Summary
This is enabled for push & pull_request right now, but since we have nowhere to upload anything permanent, I'll probably switch this to tags-only for final usage, if merged.
PR Checklist