]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: update cibuildwheel to 2.5.0
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 2 May 2022 01:01:11 +0000 (03:01 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 8 May 2022 20:16:26 +0000 (22:16 +0200)
.github/workflows/packages.yml

index 2dd9dad7fac97b0d75d715adb9777167c49ef632..bdaba59d58059a4f604b9d3de7144cf05838f9f5 100644 (file)
@@ -95,7 +95,7 @@ jobs:
         run: python3 ./tools/build/copy_to_binary.py
 
       - name: Build wheels
-        uses: pypa/cibuildwheel@v2.3.1
+        uses: pypa/cibuildwheel@v2.5.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.3.1
+        uses: pypa/cibuildwheel@v2.5.0
         with:
           package-dir: psycopg_binary
         env:
@@ -200,7 +200,7 @@ jobs:
         run: python3 ./tools/build/copy_to_binary.py
 
       - name: Build wheels
-        uses: pypa/cibuildwheel@v2.3.1
+        uses: pypa/cibuildwheel@v2.5.0
         with:
           package-dir: psycopg_binary
         env: