Skip to content

Commit 989271c

Browse files
authored
Merge pull request #19 from chroma-core/hammad/prevent_windows_3.12_wheels
Prevent 3.12 wheels from building on windows
2 parents 9e5408a + 3e0b317 commit 989271c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
CIBW_ENVIRONMENT: HNSWLIB_NO_NATIVE=true
3333
CIBW_ENVIRONMENT_PASS_LINUX: HNSWLIB_NO_NATIVE
3434
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.7"
35-
CIBW_SKIP: "pp* *musllinux*"
35+
CIBW_SKIP: "pp* *musllinux*" "cp312-win*"
3636
CIBW_ARCHS_MACOS: "x86_64 arm64"
3737
CIBW_ARCHS_WINDOWS: "AMD64"
3838
CIBW_ARCHS_LINUX: "x86_64 aarch64"

0 commit comments

Comments
 (0)