Skip to content

Commit 0e80341

Browse files
committed
typo
1 parent 7820b2d commit 0e80341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ jobs:
4747
uses: docker/setup-qemu-action@v3
4848
- name: Build wheels
4949
uses: PyO3/maturin-action@v1
50-
docker-options: "-e PKG_CONFIG_PATH=/usr/lib/${{matrix.target}}-linux-gnu/pkgconfig:/usr/local/lib/pkgconfig"
5150
with:
51+
docker-options: "-e PKG_CONFIG_PATH=/usr/lib/${{matrix.target}}-linux-gnu/pkgconfig:/usr/local/lib/pkgconfig"
5252
target: ${{ matrix.target }}
5353
args: --release --out dist --find-interpreter
5454
manylinux: 2_28

0 commit comments

Comments
 (0)