We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9461399 commit 40abd5fCopy full SHA for 40abd5f
1 file changed
.github/workflows/wheels.yml
@@ -65,8 +65,7 @@ jobs:
65
run: |
66
rustup target add aarch64-apple-darwin
67
python3 -m pip install -r requirements.txt -r requirements-dev.txt
68
- maturin build --release --strip
69
- maturin build --release --strip --universal2
+ maturin build --release --strip --target universal2-apple-darwin
70
python3 -m pip install kmedoids --no-index --find-links target/wheels
71
cd tests && python3 -m unittest discover && cd ..
72
- uses: actions/upload-artifact@v3
0 commit comments