Skip to content

Commit

Permalink
undo_many_linux_2_17_aarch64 (#3202)
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Apr 21, 2022
1 parent 103e6ad commit 5a46c37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create-py-release-manylinux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
MATURIN_PASSWORD: ${{ secrets.PYPI_PASS }}
with:
rust-toolchain: nightly-2022-04-01
manylinux: '2_17'
# don't use `2_17` it does not work: https://github.com/pola-rs/polars/runs/6107328960
manylinux: '2_24'
target: aarch64-unknown-linux-gnu
maturin-version: 0.12.1
command: publish
Expand Down

0 comments on commit 5a46c37

Please sign in to comment.