mirror of
https://github.com/drewcassidy/quicktex.git
synced 2024-09-13 06:37:34 +00:00
Enable macos cross-compiling in setup.py
This commit is contained in:
1
.github/workflows/python-package.yml
vendored
1
.github/workflows/python-package.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user