We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a655bc9 commit 650b863Copy full SHA for 650b863
.github/workflows/wheels.yml
@@ -48,6 +48,10 @@ jobs:
48
platform: "linux"
49
platform_id: "manylinux_x86_64"
50
51
+ - name: "ubuntu-22.04-arm"
52
+ platform: "linux"
53
+ platform_id: "manylinux_aarch64"
54
+
55
- name: "macos-13"
56
platform: "macos"
57
min_macos_version: "13"
@@ -210,7 +214,7 @@ jobs:
210
214
- name: Build wheels [linux]
211
215
if: startsWith(matrix.os.name, 'ubuntu')
212
216
env:
213
- # CIBW_BUILD: ${{ env.python_cp_version }}-${{ matrix.os.platform_id }}
217
+ CIBW_BUILD: ${{ env.python_cp_version }}-${{ matrix.os.platform_id }}
218
CIBW_ARCHS: auto x86_64 aarch64
219
CIBW_PLATFORM: linux
220
CIBW_SKIP: "pp* *musllinux_* *_i686* *_s390* *pypy*"
0 commit comments