mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
Add `arm64` binaries suitable for MacOS with an M1 CPU to PyPI
|
||||
Reference in New Issue
Block a user