We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb673d6 commit fe7571fCopy full SHA for fe7571f
.github/workflows/release.yml
@@ -48,7 +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"
+ docker-options: "-e PKG_CONFIG_PATH=/usr/lib64/pkgconfig:/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