Skip to content

Commit

Permalink
Use newer manylinux compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
wiktor-k committed Nov 29, 2023
1 parent 1a3f521 commit 2426a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maturin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
target: ${{ matrix.target }}
args: --release --out dist --find-interpreter
manylinux: auto
compatibility: manylinux2020
before-script-linux: .github/workflows/before-script-linux.sh
docker-options: -e LIBCLANG_PATH=/opt/rh/llvm-toolset-7/root/usr/lib64/ -e LIBCLANG_STATIC_PATH=/opt/rh/llvm-toolset-7/root/usr/lib64/ -e CLANG_PATH=/opt/rh/llvm-toolset-7/root/usr/bin/clang
- name: Upload wheels
Expand Down

0 comments on commit 2426a59

Please sign in to comment.