Skip to content

Commit e3ddbc4

Browse files
committed
Upgrade to manylinux_2_28
1 parent 711a439 commit e3ddbc4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ on:
44
push:
55
branches:
66
- master
7+
- wheels-*
78
tags:
89
- 'v*'
910

1011
jobs:
1112
build_wheels:
12-
name: Build wheels on ${{ matrix.os }}
13+
name: Build wheels for ${{ matrix.name }}
1314
runs-on: ${{ matrix.os }}
1415
strategy:
1516
matrix:
@@ -33,6 +34,11 @@ jobs:
3334

3435
- name: Build wheels
3536
run: python -m cibuildwheel --output-dir wheelhouse
37+
env:
38+
CIBW_MANYLINUX_X86_64_IMAGE: "manylinux_2_28"
39+
CIBW_MANYLINUX_AARCH64_IMAGE: "manylinux_2_28"
40+
CIBW_MANYLINUX_PYPY_X86_64_IMAGE: "manylinux_2_28"
41+
CIBW_MANYLINUX_PYPY_AARCH64_IMAGE: "manylinux_2_28"
3642

3743
- uses: actions/upload-artifact@v4
3844
with:

0 commit comments

Comments
 (0)