Skip to content

Commit 292390e

Browse files
committed
build: use manylinux2014 for more glic compatibility since 2.28
1 parent 7865a3b commit 292390e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release-wheels.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# .github/workflows/build-and-release-wheels.yml
21
name: Build and Release Python Wheels
32

43
on:
@@ -29,11 +28,12 @@ jobs:
2928
- uses: Swatinem/rust-cache@v2
3029

3130
# Use the maturin docker wrapper (handles Rust + Python + auditwheel)
32-
- uses: messense/maturin-action@v1
31+
- uses: PyO3/maturin-action@v1
3332
with:
3433
maturin-version: "latest"
3534
command: build
3635
args: --release --strip -i python${{ matrix.python-version }}
36+
manylinux: manylinux2014
3737

3838
- name: Upload wheels (${{ matrix.python-version }})
3939
uses: actions/upload-artifact@v4
@@ -76,6 +76,7 @@ jobs:
7676
# 3. Windows wheels
7777
############################################################
7878
windows-wheels:
79+
name: Windows wheels
7980
runs-on: windows-latest
8081
strategy:
8182
matrix:

0 commit comments

Comments
 (0)