author | robin |
Wed, 29 Sep 2021 11:54:42 +0100 | |
changeset 111 | 45fa7a83c62b |
parent 110 | dc7ef4046ffc |
child 112 | 79b0997a73b8 |
--- a/.github/workflows/buildwheels.yml Wed Sep 29 09:52:20 2021 +0100 +++ b/.github/workflows/buildwheels.yml Wed Sep 29 11:54:42 2021 +0100 @@ -58,7 +58,7 @@ - name: Build wheels run: python -m cibuildwheel --output-dir wheelhouse env: - CIBW_ARCHS_LINUX: auto aarch64 + #CIBW_ARCHS_LINUX: auto aarch64 #seems to hang CIBW_ARCHS_MACOS: x86_64 arm64 universal2 - name: upload wheels