We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0a11df commit 6e213feCopy full SHA for 6e213fe
.github/workflows/python-packaging.yml
@@ -55,7 +55,7 @@ jobs:
55
include:
56
- cibw_build: manylinux_x86_64
57
os: ubuntu-24.04
58
- wheel-name: manylinux2014
+ wheel-name: manylinux_2_28
59
- cibw_build: macosx_x86_64
60
os: macos-latest
61
cibw_archs_macos: x86_64
@@ -127,11 +127,11 @@ jobs:
127
- undotted-version: '312'
128
dotted-version: '3.12'
129
wheel-name:
130
- - manylinux2014
+ - manylinux_2_28
131
- macos-x86_64
132
- macos-arm64
133
134
- - wheel-name: manylinux2014
+ - wheel-name: manylinux_2_28
135
136
arch: x86_64
137
cc: gcc-13
0 commit comments