Skip to content

Commit

Permalink
enable amrvl and some musl builds for python releases
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Oct 5, 2024
1 parent 60032d1 commit 6d258c0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,14 +107,12 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
if: contains(env.BUILD_ARCH, 'aarch64')
with:
platforms: aarch64

- name: Build binary wheels with cibuildwheels
uses: pypa/cibuildwheel@v2.21.2
env:
CIBW_ARCHS_LINUX: ${{ env.BUILD_ARCH }}
CIBW_SKIP: cp36* pp* *musllinux*
CIBW_ARCHS_LINUX: aarch64 native armv7l
CIBW_SKIP: cp36* pp* *ppc64le *s390x

- name: Move cross-compiled wheels to dist folder
run: |
Expand Down

0 comments on commit 6d258c0

Please sign in to comment.