Skip to content

Commit

Permalink
Update cibuildwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Sep 13, 2024
1 parent 69ecb85 commit 419bfaf
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,17 @@ jobs:

steps:
- uses: actions/checkout@v4
# aarch64 (arm) is built via qemu emulation
# QEMU is sadly too slow. We need to wait for public ARM support
#- name: Set up QEMU
# if: runner.os == 'Linux'
# uses: docker/setup-qemu-action@v3
# with:
# platforms: all
- name: Build wheels
uses: pypa/cibuildwheel@v2.19.1
env:
CIBW_SOME_OPTION: value
CIBW_ARCHS_LINUX: auto aarch64
with:
package-dir: .
output-dir: wheelhouse
Expand Down

0 comments on commit 419bfaf

Please sign in to comment.