Skip to content

Commit

Permalink
fix --universal2 deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
ManonMarchand committed Aug 29, 2023
1 parent 5787836 commit 2c47cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
pip install --upgrade pip
pip install maturin
maturin -V
maturin publish --interpreter python${{matrix.python_version}} --no-sdist --universal2 --skip-existing --username "$MATURIN_USERNAME"
maturin publish --interpreter python${{matrix.python_version}} --no-sdist --target universal2-apple-darwin --skip-existing --username "$MATURIN_USERNAME"
maturin publish --interpreter python${{matrix.python_version}} --no-sdist --skip-existing --username "$MATURIN_USERNAME"
Expand Down

0 comments on commit 2c47cea

Please sign in to comment.