We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddf0d6d commit eb6fff9Copy full SHA for eb6fff9
.github/workflows/release.yml
@@ -48,6 +48,7 @@ jobs:
48
- name: Build wheels
49
uses: PyO3/maturin-action@v1
50
with:
51
+ container: "quay.io/pypa/manylinux_2_34_${{matrix.target}}:latest"
52
docker-options: "-e PKG_CONFIG_PATH=/usr/lib64/pkgconfig:/usr/lib/${{matrix.target}}-linux-gnu/pkgconfig:/usr/local/lib/pkgconfig"
53
target: ${{ matrix.target }}
54
args: --release --out dist --find-interpreter
0 commit comments