Skip to content

Commit 6ac6d79

Browse files
committed
set arc explicitly
1 parent 4a66e27 commit 6ac6d79

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/wheel.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,11 @@ jobs:
3636
uses: pypa/[email protected]
3737
env:
3838
CIBW_BUILD: cp3*-*
39-
CIBW_SKIP: pp* *i686* *musllinux* *-macosx_universal2 *-manylinux_ppc64le *-manylinux_s390x
39+
CIBW_SKIP: "*_i686 *_ppc64le *_s390x *_universal2 *-musllinux_*"
4040
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.10"
41-
CIBW_ARCHS: all
41+
CIBW_ARCHS_LINUX: x86_64 aarch64
42+
CIBW_ARCHS_MACOS: x86_64 arm64
43+
CIBW_ARCHS_WINDOWS: AMD64
4244
# Include free-threaded support
4345
CIBW_ENABLE: cpython-freethreading
4446
- name: Upload package

0 commit comments

Comments
 (0)