We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5961bec commit 7820b2dCopy full SHA for 7820b2d
.github/workflows/release.yml
@@ -47,6 +47,7 @@ jobs:
47
uses: docker/setup-qemu-action@v3
48
- name: Build wheels
49
uses: PyO3/maturin-action@v1
50
+ docker-options: "-e PKG_CONFIG_PATH=/usr/lib/${{matrix.target}}-linux-gnu/pkgconfig:/usr/local/lib/pkgconfig"
51
with:
52
target: ${{ matrix.target }}
53
args: --release --out dist --find-interpreter
0 commit comments