diff --git a/.github/workflows/cibuildwheel.yml b/.github/workflows/cibuildwheel.yml index 20bd91221c43..bd6e7f994820 100644 --- a/.github/workflows/cibuildwheel.yml +++ b/.github/workflows/cibuildwheel.yml @@ -53,7 +53,7 @@ jobs: fetch-depth: 0 - name: Build wheels for CPython 3.10 - uses: pypa/cibuildwheel@v2.8.1 + uses: pypa/cibuildwheel@v2.11.4 env: CIBW_BUILD: "cp310-*" CIBW_SKIP: "*-musllinux*" @@ -66,7 +66,7 @@ jobs: CIBW_ARCHS: ${{ matrix.cibw_archs }} - name: Build wheels for CPython 3.9 - uses: pypa/cibuildwheel@v2.8.1 + uses: pypa/cibuildwheel@v2.11.4 env: CIBW_BUILD: "cp39-*" CIBW_SKIP: "*-musllinux*" @@ -79,7 +79,7 @@ jobs: CIBW_ARCHS: ${{ matrix.cibw_archs }} - name: Build wheels for CPython 3.8 - uses: pypa/cibuildwheel@v2.8.1 + uses: pypa/cibuildwheel@v2.11.4 env: CIBW_BUILD: "cp38-*" CIBW_SKIP: "*-musllinux*" @@ -92,7 +92,7 @@ jobs: CIBW_ARCHS: ${{ matrix.cibw_archs }} - name: Build wheels for PyPy - uses: pypa/cibuildwheel@v2.8.1 + uses: pypa/cibuildwheel@v2.11.4 env: CIBW_BUILD: "pp38-*" CIBW_SKIP: "*-musllinux*"