Skip to content

Commit

Permalink
Build for manylinux 2014 (#88)
Browse files Browse the repository at this point in the history
As agreed at #85
the version of manylinux is bumped from 2010 to 2014

Reason: Maturin 0.14.+ does not support manylinux 2010 anymore

Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>

Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
  • Loading branch information
martin-g authored Nov 29, 2022
1 parent 9f0e731 commit 49af922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
docker run --rm -v $(pwd):/io \
--workdir /io \
ghcr.io/pyo3/maturin:v0.14.2 \
build --release --manylinux 2010 --locked
build --release --manylinux 2014 --locked
- name: Archive wheels
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 49af922

Please sign in to comment.