only build manylinux aarch64 wheels, no musllinux for now

too many otherwise
This commit is contained in:
Cosimo Lupo 2021-12-01 12:42:15 +00:00
parent caacdf6eb9
commit 90c2f8d0a9

View file

@ -109,7 +109,7 @@ jobs:
- name: Build Wheels
run: python -m cibuildwheel --output-dir wheelhouse .
env:
CIBW_BUILD: cp${{ matrix.python }}-*
CIBW_BUILD: cp${{ matrix.python }}-manylinux*
CIBW_ARCHS: ${{ matrix.arch }}
- uses: actions/upload-artifact@v2
with: