Skip to content

Commit 1aaa5e1

Browse files
authored
Merge pull request chroma-core#21 from chroma-core/hammad/fix_release_job
Fix release job formatting
2 parents c08e1e3 + 0a7c4af commit 1aaa5e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
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*" "cp312-win*"
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)