]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: bump cibuildwheel version
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 23 Jun 2024 14:03:02 +0000 (16:03 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 23 Jun 2024 22:35:31 +0000 (00:35 +0200)
.github/workflows/packages-bin.yml

index b798184f8672c04e651df8945ca3b12809147c07..7d7b84c8086e6aeca014e15cc1af416c09fe6a3d 100644 (file)
@@ -43,7 +43,7 @@ jobs:
         run: python3 ./tools/build/copy_to_binary.py
 
       - name: Build wheels
-        uses: pypa/cibuildwheel@v2.18.1
+        uses: pypa/cibuildwheel@v2.19.1
         with:
           package-dir: psycopg_binary
         env:
@@ -119,7 +119,7 @@ jobs:
         run: brew services start postgresql@${PG_VERSION}
 
       - name: Build wheels
-        uses: pypa/cibuildwheel@v2.18.1
+        uses: pypa/cibuildwheel@v2.19.1
         with:
           package-dir: psycopg_binary
         env:
@@ -170,7 +170,7 @@ jobs:
         run: brew services start postgresql@${PG_VERSION}
 
       - name: Build wheels
-        uses: pypa/cibuildwheel@v2.18.1
+        uses: pypa/cibuildwheel@v2.19.1
         with:
           package-dir: psycopg_binary
         env:
@@ -218,7 +218,7 @@ jobs:
         run: python3 ./tools/build/copy_to_binary.py
 
       - name: Build wheels
-        uses: pypa/cibuildwheel@v2.18.1
+        uses: pypa/cibuildwheel@v2.19.1
         with:
           package-dir: psycopg_binary
         env: