Skip to content

Commit

Permalink
Merge branch 'master' into release/0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
HammadB authored Sep 11, 2023
2 parents 1d7adaa + a79722f commit a653b14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
- name: Build wheels
run: python -m cibuildwheel --output-dir dist
env:
HNSWLIB_NO_NATIVE: true
CIBW_ENVIRONMENT: HNSWLIB_NO_NATIVE=true
CIBW_ENVIRONMENT_PASS_LINUX: HNSWLIB_NO_NATIVE
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.7"
CIBW_SKIP: "cp312-* pp* *musllinux*"
CIBW_ARCHS_MACOS: "x86_64 arm64"
Expand Down

0 comments on commit a653b14

Please sign in to comment.