We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent febe75c commit 711f00aCopy full SHA for 711f00a
.github/workflows/maturin.yml
@@ -38,7 +38,7 @@ jobs:
38
target: ${{ matrix.platform.target }}
39
args: --release --out dist --find-interpreter
40
sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
41
- manylinux: "2010/2_12"
+ manylinux: "2014/2_17"
42
- name: Upload wheels
43
uses: actions/upload-artifact@v4
44
with:
0 commit comments