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 8d88b06 commit a5b96c1Copy full SHA for a5b96c1
.github/workflows/wheels.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: Build Wheels
45
uses: pypa/[email protected]
46
env:
47
- CIBW_SKIP: "cp3{5..8}-* cp3{8..14}-win32* cp3{8..14}-musllinux_aarch64* pp*"
+ CIBW_SKIP: "cp3{5..8,14}-* cp3{8..14}-win32* cp3{8..14}-musllinux_aarch64* pp*"
48
CIBW_ARCHS_LINUX: "x86_64 aarch64"
49
CIBW_ARCHS_MACOS: "x86_64 arm64 universal2"
50
0 commit comments