generate x86_64 and arm64 binaries to support MacOS M1 CPU (#3514)

* generate x86_64 and arm64 binaries for macos

* Uncomment check
This commit is contained in:
Samuel Colvin
2021-12-12 00:13:48 +00:00
committed by GitHub
parent e012089f12
commit d36bb74e83
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -279,6 +279,8 @@ jobs:
CIBW_TEST_COMMAND: 'pytest {project}/tests'
CIBW_MANYLINUX_X86_64_IMAGE: 'manylinux2014'
CIBW_MANYLINUX_I686_IMAGE: 'manylinux2014'
CIBW_ARCHS_MACOS: 'x86_64 arm64'
CIBW_TEST_SKIP: '*-macosx_arm64' # see https://cibuildwheel.readthedocs.io/en/stable/faq/#universal2
# TODO build windows 32bit binaries
+1
View File
@@ -0,0 +1 @@
Add `arm64` binaries suitable for MacOS with an M1 CPU to PyPI