Skip to content

Commit

Permalink
Merge pull request #21 from chroma-core/hammad/fix_release_job
Browse files Browse the repository at this point in the history
Fix release job formatting
  • Loading branch information
HammadB authored Jul 22, 2024
2 parents c08e1e3 + 0a7c4af commit 1aaa5e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
CIBW_ENVIRONMENT: HNSWLIB_NO_NATIVE=true
CIBW_ENVIRONMENT_PASS_LINUX: HNSWLIB_NO_NATIVE
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.7"
CIBW_SKIP: "pp* *musllinux*" "cp312-win*"
CIBW_SKIP: "pp* *musllinux* cp312-win*"
CIBW_ARCHS_MACOS: "x86_64 arm64"
CIBW_ARCHS_WINDOWS: "AMD64"
CIBW_ARCHS_LINUX: "x86_64 aarch64"
Expand Down

0 comments on commit 1aaa5e1

Please sign in to comment.