We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c08e1e3 + 0a7c4af commit 1aaa5e1Copy full SHA for 1aaa5e1
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
32
CIBW_ENVIRONMENT: HNSWLIB_NO_NATIVE=true
33
CIBW_ENVIRONMENT_PASS_LINUX: HNSWLIB_NO_NATIVE
34
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.7"
35
- CIBW_SKIP: "pp* *musllinux*" "cp312-win*"
+ CIBW_SKIP: "pp* *musllinux* cp312-win*"
36
CIBW_ARCHS_MACOS: "x86_64 arm64"
37
CIBW_ARCHS_WINDOWS: "AMD64"
38
CIBW_ARCHS_LINUX: "x86_64 aarch64"
0 commit comments