Enable macos cross-compiling in setup.py

This commit is contained in:
2022-04-02 21:39:14 -07:00
parent e488dbcbff
commit d1346ca11d
2 changed files with 8 additions and 0 deletions

View File

@ -92,6 +92,7 @@ jobs:
CIBW_MANYLINUX_AARCH64_IMAGE: "manylinux_2_24"
CIBW_TEST_EXTRAS: "tests"
CIBW_TEST_COMMAND: nosetests {project}/tests -d
CIBW_TEST_SKIP: "*-macosx_arm64"
- name: Upload Wheels
uses: actions/upload-artifact@v2