only build manylinux aarch64 wheels, no musllinux for now
too many otherwise
This commit is contained in:
parent
caacdf6eb9
commit
90c2f8d0a9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue