Skip to content

Commit e555ff3

Browse files
committed
ci: allow building on emulated architectures
1 parent d4b557d commit e555ff3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
- name: Build wheels
6060
uses: pypa/[email protected]
6161
env:
62+
CIBW_ARCHS: 'all'
6263
CIBW_BUILD: ${{ inputs.wheel_versions }}
6364
CIBW_FREE_THREADED_SUPPORT: ${{ inputs.allow_free_threaded }}
6465
CIBW_PRERELEASE_PYTHONS: ${{ inputs.allow_prereleases }}

0 commit comments

Comments
 (0)