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 0f6cf59 commit 63a1b1eCopy full SHA for 63a1b1e
.github/workflows/build-wheels.yml
@@ -29,7 +29,8 @@ jobs:
29
BUILD_COMMIT: "main" # or a specific version, e.g., v0.13.1
30
CIBW_BUILD: ${{ matrix.python }}-*
31
CIBW_ARCHS_LINUX: "x86_64 aarch64"
32
- CIBW_ARCHS_MACOS: "x86_64 arm64"
+ CIBW_ARCHS_MACOS: "arm64"
33
+ # TOdo: reenable x86_64
34
# No support for pypy, musl, Win32 for 3.10+
35
# Skip musl for 3.8 and 3.9 since no upstream wheels
36
CIBW_SKIP: "pp* *-win32 cp38-musllinux* cp39-musllinux* *musllinux_aarch64*"
0 commit comments