Skip to content

Commit

Permalink
Build aarch64 wheel with lto (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
prehner committed May 21, 2024
1 parent 0acb363 commit 0dd101c
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 @@ -54,7 +54,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: aarch64
args: --release --out dist
args: --profile release-lto --out dist
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 0dd101c

Please sign in to comment.