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.1.7~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d056ee9b1f72121b31ef1439f8d91ebb7a16b966;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: