Skip to content

Commit

Permalink
try to fix OSX builds for pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
kno10 committed Dec 10, 2023
1 parent 9461399 commit 40abd5f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ jobs:
run: |
rustup target add aarch64-apple-darwin
python3 -m pip install -r requirements.txt -r requirements-dev.txt
maturin build --release --strip
maturin build --release --strip --universal2
maturin build --release --strip --target universal2-apple-darwin
python3 -m pip install kmedoids --no-index --find-links target/wheels
cd tests && python3 -m unittest discover && cd ..
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 40abd5f

Please sign in to comment.