Skip to content

Commit 3675b37

Browse files
committed
Python wheels: use a special version of cibuildwheel to get access to manylinux_2_34.
See pypa/cibuildwheel#2129 for some background on this.
1 parent 910155f commit 3675b37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,12 +129,12 @@ jobs:
129129
if: ${{ runner.os == 'Windows' }}
130130
uses: ilammy/msvc-dev-cmd@v1
131131
- name: Build Python wheels
132-
uses: pypa/cibuildwheel@v2.21.3
132+
uses: pypa/cibuildwheel@9c75ea15c2f31a77e6043b80b1b7081372319d85
133133
env:
134134
CIBW_ARCHS: auto64
135135
CIBW_BUILD: 'cp*'
136136
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=13.0
137-
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
137+
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_34
138138
CIBW_SKIP: 'cp36* cp37* cp38* *musllinux*'
139139
- name: Upload Python wheel artifacts
140140
if: ${{ !startsWith(github.ref, 'refs/tags/v') }}

0 commit comments

Comments
 (0)