From: Daniele Varrazzo Date: Mon, 16 Jan 2023 23:58:15 +0000 (+0100) Subject: chore: bump cibuildwheel to 2.12.0 X-Git-Tag: pool-3.2.0~132 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=24b644ebc2d017c76268326752371f091ab71cba;p=thirdparty%2Fpsycopg.git chore: bump cibuildwheel to 2.12.0 Checking if this fixes the current error in Github Actions, where the macOS builds fail on `brew update`. --- diff --git a/.github/workflows/packages-bin.yml b/.github/workflows/packages-bin.yml index f8283e95d..6734eb5ed 100644 --- a/.github/workflows/packages-bin.yml +++ b/.github/workflows/packages-bin.yml @@ -43,7 +43,7 @@ jobs: run: python3 ./tools/build/copy_to_binary.py - name: Build wheels - uses: pypa/cibuildwheel@v2.9.0 + uses: pypa/cibuildwheel@v2.12.0 with: package-dir: psycopg_binary env: @@ -110,7 +110,7 @@ jobs: run: python3 ./tools/build/copy_to_binary.py - name: Build wheels - uses: pypa/cibuildwheel@v2.9.0 + uses: pypa/cibuildwheel@v2.12.0 with: package-dir: psycopg_binary env: @@ -157,7 +157,7 @@ jobs: run: python3 ./tools/build/copy_to_binary.py - name: Build wheels - uses: pypa/cibuildwheel@v2.9.0 + uses: pypa/cibuildwheel@v2.12.0 with: package-dir: psycopg_binary env: