We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 54d03a1 + 0e80341 commit 4d92153Copy full SHA for 4d92153
.github/workflows/release.yml
@@ -48,6 +48,7 @@ jobs:
48
- name: Build wheels
49
uses: PyO3/maturin-action@v1
50
with:
51
+ docker-options: "-e PKG_CONFIG_PATH=/usr/lib/${{matrix.target}}-linux-gnu/pkgconfig:/usr/local/lib/pkgconfig"
52
target: ${{ matrix.target }}
53
args: --release --out dist --find-interpreter
54
manylinux: 2_28
0 commit comments