Python wheel: releases also an ARM-only wheel

Smaller than the Universal 2 wheel
pull/302/head
Tpt 2 years ago committed by Thomas Tanon
parent ecd4b423dc
commit dd9201e466
  1. 1
      .github/workflows/release.yml

@ -116,6 +116,7 @@ jobs:
working-directory: ./python
- run: maturin publish --no-sdist --universal2 -m python/Cargo.toml -u __token__ -p ${{ secrets.PYPI_PASSWORD }}
- run: maturin publish --no-sdist -m python/Cargo.toml -u __token__ -p ${{ secrets.PYPI_PASSWORD }}
- run: maturin publish --no-sdist --target aarch64-apple-darwin -m python/Cargo.toml -u __token__ -p ${{ secrets.PYPI_PASSWORD }}
- uses: softprops/action-gh-release@v1
with:
files: target/wheels/*.whl

Loading…
Cancel
Save