]> 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:12:04 +0000 (00:12 +0200)
.github/workflows/packages-bin.yml

index ccb42a271609ba5e2840a0f40090df69baa1b9e5..22496ee5e040df8cae09c26a1cf993ae7a13de3e 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: