We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7820b2d commit 0e80341Copy full SHA for 0e80341
.github/workflows/release.yml
@@ -47,8 +47,8 @@ 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:
+ 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