diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd8151f..718b95f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/changes/3498-samuelcolvin.md b/changes/3498-samuelcolvin.md new file mode 100644 index 0000000..6de5886 --- /dev/null +++ b/changes/3498-samuelcolvin.md @@ -0,0 +1 @@ +Add `arm64` binaries suitable for MacOS with an M1 CPU to PyPI