From 49bde4cff42d3dab9c72f7fffaa12e47520e7f51 Mon Sep 17 00:00:00 2001 From: Oscar Gustafsson Date: Tue, 14 Mar 2023 08:17:35 +0100 Subject: [PATCH] Backport PR #25449: Bump pypa/cibuildwheel from 2.12.0 to 2.12.1 --- .github/workflows/cibuildwheel.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cibuildwheel.yml b/.github/workflows/cibuildwheel.yml index c713a347f454..dbe1cec105ee 100644 --- a/.github/workflows/cibuildwheel.yml +++ b/.github/workflows/cibuildwheel.yml @@ -70,7 +70,7 @@ jobs: https://github.com/qhull/qhull/raw/2020.2/COPYING.txt - name: Build wheels for CPython 3.11 - uses: pypa/cibuildwheel@v2.12.0 + uses: pypa/cibuildwheel@v2.12.1 env: CIBW_BUILD: "cp311-*" CIBW_SKIP: "*-musllinux*" @@ -83,7 +83,7 @@ jobs: CIBW_ARCHS: ${{ matrix.cibw_archs }} - name: Build wheels for CPython 3.10 - uses: pypa/cibuildwheel@v2.12.0 + uses: pypa/cibuildwheel@v2.12.1 env: CIBW_BUILD: "cp310-*" CIBW_SKIP: "*-musllinux*" @@ -96,7 +96,7 @@ jobs: CIBW_ARCHS: ${{ matrix.cibw_archs }} - name: Build wheels for CPython 3.9 - uses: pypa/cibuildwheel@v2.12.0 + uses: pypa/cibuildwheel@v2.12.1 env: CIBW_BUILD: "cp39-*" CIBW_SKIP: "*-musllinux*" @@ -122,7 +122,7 @@ jobs: CIBW_ARCHS: ${{ matrix.cibw_archs }} - name: Build wheels for PyPy - uses: pypa/cibuildwheel@v2.12.0 + uses: pypa/cibuildwheel@v2.12.1 env: CIBW_BUILD: "pp38-* pp39-*" CIBW_SKIP: "*-musllinux*"