]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: bump cibuildwheel version
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 4 Feb 2024 12:14:46 +0000 (12:14 +0000)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 4 Feb 2024 14:26:40 +0000 (14:26 +0000)
It should fix an error building Windows wheel
https://github.com/pypa/cibuildwheel/issues/1740

.github/workflows/packages-bin.yml

index 8918e2903823a3c9067e23ed3a1cd5fde76aa9ee..b8511e71d0b9628619b0ef65d9d12845754746f8 100644 (file)
@@ -43,7 +43,7 @@ jobs:
         run: python3 ./tools/build/copy_to_binary.py
 
       - name: Build wheels
-        uses: pypa/cibuildwheel@v2.16.0
+        uses: pypa/cibuildwheel@v2.16.5
         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.16.0
+        uses: pypa/cibuildwheel@v2.16.5
         with:
           package-dir: psycopg_binary
         env:
@@ -159,7 +159,7 @@ jobs:
         run: python3 ./tools/build/copy_to_binary.py
 
       - name: Build wheels
-        uses: pypa/cibuildwheel@v2.16.0
+        uses: pypa/cibuildwheel@v2.16.5
         with:
           package-dir: psycopg_binary
         env: