-
Notifications
You must be signed in to change notification settings - Fork 132
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
Update cibuildwheel config to build Apple silicon wheels #221
Conversation
Codecov Report
@@ Coverage Diff @@
## master #221 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 17 17
Lines 425 425
=========================================
Hits 425 425 Continue to review full report at Codecov.
|
Is this more or less ready to land? |
Yeah I updated this branch with master and it should be good to go when green |
Note that this makes Mac wheels the slowest job at 20 minutes or so. If that's too long we could always split Mac Intel and Mac Apple Silicon into two separate jobs. |
I personally don't think the extra complexity is worth the time to make that change, but up to you guys. :) |
Let's see how annoying it gets :) |
Apple Silicon wheels seem to build out of the box with cibuildwheel v2. (likely relying on the fixed issues linked in #190).
The diff of new wheels added with this PR is the following:
Closes #190, closes #204, closes #219.