Skip to content

Commit

Permalink
Skip manylinux on aarch64 build for musllinux
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanIsCoding committed Oct 29, 2023
1 parent 30c13d6 commit a23b9b2
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,8 @@ jobs:
python -m cibuildwheel --output-dir wheelhouse
env:
CIBW_ARCHS_LINUX: aarch64
CIBW_SKIP: cp36-* cp37-* cp311-* cp312-*
CIBW_BUILD_FRONTEND: pip
CIBW_TEST_SKIP: cp37-* cp38-* cp39-* cp310-* cp311-* cp312-*
CIBW_SKIP: *many* cp36-* cp37-* cp311-* cp312-*
CIBW_TEST_SKIP: *many* cp37-* cp38-* cp39-* cp310-* cp311-* cp312-*
- uses: actions/upload-artifact@v3
with:
path: ./wheelhouse/*.whl
Expand Down Expand Up @@ -222,9 +221,8 @@ jobs:
python -m cibuildwheel --output-dir wheelhouse
env:
CIBW_ARCHS_LINUX: aarch64
CIBW_SKIP: cp36-* cp37-* cp38-* cp39-* cp310-*
CIBW_BUILD_FRONTEND: pip
CIBW_TEST_SKIP: cp37-* cp38-* cp39-* cp310-* cp311-* cp312-*
CIBW_SKIP: *many* cp36-* cp37-* cp38-* cp39-* cp310-*
CIBW_TEST_SKIP: *many* cp37-* cp38-* cp39-* cp310-* cp311-* cp312-*
- uses: actions/upload-artifact@v3
with:
path: ./wheelhouse/*.whl
Expand Down

0 comments on commit a23b9b2

Please sign in to comment.