Skip to content

Commit

Permalink
fix: remove deprecated maturin arg (eclipse-zenoh#241)
Browse files Browse the repository at this point in the history
See PyO3/maturin#1620, `--universal2` has been
deprecated
  • Loading branch information
diogomatsubara committed Jun 26, 2024
1 parent cb5db69 commit b489a81
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 @@ -72,7 +72,8 @@ jobs:
- name: Build wheels - universal2
uses: messense/maturin-action@v1
with:
args: --release --universal2 --out dist
target: universal2-apple-darwin
args: --release --out dist

- name: Upload wheels
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit b489a81

Please sign in to comment.