Skip to content

Commit 157e232

Browse files
fix(ci): fixed image in build wheel linux
1 parent b49f138 commit 157e232

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-linux-wheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ jobs:
6969
run: echo "py_tag=$(echo ${{ inputs.python-version }} | tr -d '.')" >> $GITHUB_OUTPUT
7070

7171
- name: Build manylinux wheels
72-
uses: quay.io/pypa/manylinux_2_28_x86_64
72+
uses: pypa/cibuildwheel@v2.21
7373
env:
7474
CIBW_BUILD: cp${{ steps.py-version.outputs.py_tag }}-manylinux_x86_64
7575
CIBW_SKIP: pp* cp36-* *-musllinux*
7676
CIBW_ARCHS_LINUX: x86_64
77-
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28_x86_64
77+
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
7878
CIBW_BUILD_VERBOSITY: 1
7979

8080
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)