Make the sample build do some cross compile for manual testing

This commit is contained in:
Joe Rickerby
2021-01-26 21:53:57 +00:00
parent b6f325c21a
commit 93ba19d00f
+2
View File
@@ -56,6 +56,8 @@ jobs:
run: |
python -m test.test_projects test.test_0_basic.basic_project sample_proj
cibuildwheel --output-dir wheelhouse sample_proj
env:
CIBW_ARCHS_MACOS: x86_64 universal2 arm64
- uses: actions/upload-artifact@v2
with: