Skip to content

Commit 6e213fe

Browse files
committed
this plus #3351
1 parent d0a11df commit 6e213fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-packaging.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
include:
5656
- cibw_build: manylinux_x86_64
5757
os: ubuntu-24.04
58-
wheel-name: manylinux2014
58+
wheel-name: manylinux_2_28
5959
- cibw_build: macosx_x86_64
6060
os: macos-latest
6161
cibw_archs_macos: x86_64
@@ -127,11 +127,11 @@ jobs:
127127
- undotted-version: '312'
128128
dotted-version: '3.12'
129129
wheel-name:
130-
- manylinux2014
130+
- manylinux_2_28
131131
- macos-x86_64
132132
- macos-arm64
133133
include:
134-
- wheel-name: manylinux2014
134+
- wheel-name: manylinux_2_28
135135
os: ubuntu-24.04
136136
arch: x86_64
137137
cc: gcc-13

0 commit comments

Comments
 (0)