Skip to content

Commit eb6fff9

Browse files
committed
specify container for linux release step
1 parent ddf0d6d commit eb6fff9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
- name: Build wheels
4949
uses: PyO3/maturin-action@v1
5050
with:
51+
container: "quay.io/pypa/manylinux_2_34_${{matrix.target}}:latest"
5152
docker-options: "-e PKG_CONFIG_PATH=/usr/lib64/pkgconfig:/usr/lib/${{matrix.target}}-linux-gnu/pkgconfig:/usr/local/lib/pkgconfig"
5253
target: ${{ matrix.target }}
5354
args: --release --out dist --find-interpreter

0 commit comments

Comments
 (0)