Skip to content

Commit

Permalink
switch to manylinux 2010
Browse files Browse the repository at this point in the history
  • Loading branch information
sslivkoff committed Dec 28, 2023
1 parent 41adfa5 commit 13ac96f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
uses: PyO3/maturin-action@v1
with:
target: ${{ matrix.target }}
manylinux: 2014
manylinux: 2010
args: -i ${{ matrix.python-version }} --release --out dist --manifest-path crates/python/Cargo.toml
- name: Upload wheels
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 13ac96f

Please sign in to comment.