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 910155f commit 3675b37Copy full SHA for 3675b37
.github/workflows/cd.yml
@@ -129,12 +129,12 @@ jobs:
129
if: ${{ runner.os == 'Windows' }}
130
uses: ilammy/msvc-dev-cmd@v1
131
- name: Build Python wheels
132
- uses: pypa/cibuildwheel@v2.21.3
+ uses: pypa/cibuildwheel@9c75ea15c2f31a77e6043b80b1b7081372319d85
133
env:
134
CIBW_ARCHS: auto64
135
CIBW_BUILD: 'cp*'
136
CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=13.0
137
- CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
+ CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_34
138
CIBW_SKIP: 'cp36* cp37* cp38* *musllinux*'
139
- name: Upload Python wheel artifacts
140
if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
0 commit comments