Replies: 1 comment
-
All looks good to me! Yes, you're correct on (2), the default is to build the machine's arch, which is what you're doing here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi folks, thanks for all the work on this great tool!
I'm in the middle of migrating our project to the
pypa/cibuildwheel@v2.17.0
GitHub action here: uber/h3-py#359I've got it working, but wanted to post here to see if anyone had the time to give us a quick review that we're doing things correctly and efficiently. A few of the questions:
And am I correct in thinking that I no longer need
CIBW_ARCHS_MACOS: x86_64 arm64
when doing it this way?We still break up the longer builds as introduced with ci: add ARM builds uber/h3-py#189. Is that still the best way to do things? Is there any way to make that less verbose, or new tricks to speed up the slower builds?
Beta Was this translation helpful? Give feedback.
All reactions