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 45d80d0 commit 4a66e27Copy full SHA for 4a66e27
.github/workflows/wheel.yml
@@ -38,9 +38,7 @@ jobs:
38
CIBW_BUILD: cp3*-*
39
CIBW_SKIP: pp* *i686* *musllinux* *-macosx_universal2 *-manylinux_ppc64le *-manylinux_s390x
40
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.10"
41
- CIBW_ARCHS_LINUX: auto64
42
- CIBW_ARCHS_MACOS: x86_64 arm64
43
- CIBW_ARCHS_WINDOWS: auto64
+ CIBW_ARCHS: all
44
# Include free-threaded support
45
CIBW_ENABLE: cpython-freethreading
46
- name: Upload package
0 commit comments