]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: bump cibuildwheel to 2.12.0
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 16 Jan 2023 23:58:15 +0000 (00:58 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 28 Jan 2023 20:41:08 +0000 (21:41 +0100)
Checking if this fixes the current error in Github Actions, where the
macOS builds fail on `brew update`.

.github/workflows/packages-bin.yml

index f8283e95d56d094661819f2e5730e5615a7b1ce3..6734eb5ed4a5d45c118752ce003031ba2274e339 100644 (file)
@@ -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: