We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b49f138 commit 157e232Copy full SHA for 157e232
1 file changed
.github/workflows/build-linux-wheel.yml
@@ -69,12 +69,12 @@ jobs:
69
run: echo "py_tag=$(echo ${{ inputs.python-version }} | tr -d '.')" >> $GITHUB_OUTPUT
70
71
- name: Build manylinux wheels
72
- uses: quay.io/pypa/manylinux_2_28_x86_64
+ uses: pypa/cibuildwheel@v2.21
73
env:
74
CIBW_BUILD: cp${{ steps.py-version.outputs.py_tag }}-manylinux_x86_64
75
CIBW_SKIP: pp* cp36-* *-musllinux*
76
CIBW_ARCHS_LINUX: x86_64
77
- CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28_x86_64
+ CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
78
CIBW_BUILD_VERBOSITY: 1
79
80
- uses: actions/upload-artifact@v4
0 commit comments