From 0c5b5f4ec3b0d2b371f9c579167b36ee12cb072d Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Fri, 4 Aug 2023 16:42:08 +0100 Subject: [PATCH] chore: bump cibuildwheel version to 2.14.1 --- .github/workflows/packages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml index f89a5370..5a2d45f6 100644 --- a/.github/workflows/packages.yml +++ b/.github/workflows/packages.yml @@ -81,7 +81,7 @@ jobs: key: libpq-${{ env.LIBPQ_VERSION }}-${{ matrix.platform }}-${{ matrix.arch }} - name: Build wheels - uses: pypa/cibuildwheel@v2.12.0 + uses: pypa/cibuildwheel@v2.14.1 env: CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014 CIBW_MANYLINUX_I686_IMAGE: manylinux2014 @@ -142,7 +142,7 @@ jobs: uses: actions/checkout@v3 - name: Build wheels - uses: pypa/cibuildwheel@v2.12.1 + uses: pypa/cibuildwheel@v2.14.1 env: CIBW_BUILD: ${{matrix.pyver}}-macosx_${{matrix.arch}} CIBW_ARCHS_MACOS: x86_64