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 4a66e27 commit 6ac6d79Copy full SHA for 6ac6d79
.github/workflows/wheel.yml
@@ -36,9 +36,11 @@ jobs:
36
uses: pypa/[email protected]
37
env:
38
CIBW_BUILD: cp3*-*
39
- CIBW_SKIP: pp* *i686* *musllinux* *-macosx_universal2 *-manylinux_ppc64le *-manylinux_s390x
+ CIBW_SKIP: "*_i686 *_ppc64le *_s390x *_universal2 *-musllinux_*"
40
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.10"
41
- CIBW_ARCHS: all
+ CIBW_ARCHS_LINUX: x86_64 aarch64
42
+ CIBW_ARCHS_MACOS: x86_64 arm64
43
+ CIBW_ARCHS_WINDOWS: AMD64
44
# Include free-threaded support
45
CIBW_ENABLE: cpython-freethreading
46
- name: Upload package
0 commit comments