Skip to content

Commit

Permalink
release: fix macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
woodruffw committed Jul 11, 2023
1 parent 0911d2e commit 4f00b4a
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 @@ -40,7 +40,7 @@ jobs:
rustup target add aarch64-apple-darwin
make env
source env/bin/activate
maturin build --release --strip --universal2
maturin build --release --strip --target universal2-apple-darwin
mv target/wheels/ dist/
- name: upload macos dists
Expand Down

0 comments on commit 4f00b4a

Please sign in to comment.