Skip to content

Commit 40abd5f

Browse files
committed
try to fix OSX builds for pypi
1 parent 9461399 commit 40abd5f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ jobs:
6565
run: |
6666
rustup target add aarch64-apple-darwin
6767
python3 -m pip install -r requirements.txt -r requirements-dev.txt
68-
maturin build --release --strip
69-
maturin build --release --strip --universal2
68+
maturin build --release --strip --target universal2-apple-darwin
7069
python3 -m pip install kmedoids --no-index --find-links target/wheels
7170
cd tests && python3 -m unittest discover && cd ..
7271
- uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)