]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: upgrade cibuildwheel to 2.6.1
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 12 Jun 2022 23:01:31 +0000 (01:01 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 14 Jun 2022 15:21:05 +0000 (17:21 +0200)
.github/workflows/packages.yml

index b9170612762db507ffba53f7c18493bfdfdc589e..b1666a9d98d52d0f3d994cf4bc694a8aa1597a51 100644 (file)
@@ -97,7 +97,7 @@ jobs:
         run: python3 ./tools/build/copy_to_binary.py
 
       - name: Build wheels
-        uses: pypa/cibuildwheel@v2.5.0
+        uses: pypa/cibuildwheel@v2.6.1
         with:
           package-dir: psycopg_binary
         env:
@@ -160,7 +160,7 @@ jobs:
         run: python3 ./tools/build/copy_to_binary.py
 
       - name: Build wheels
-        uses: pypa/cibuildwheel@v2.5.0
+        uses: pypa/cibuildwheel@v2.6.1
         with:
           package-dir: psycopg_binary
         env:
@@ -204,7 +204,7 @@ jobs:
         run: python3 ./tools/build/copy_to_binary.py
 
       - name: Build wheels
-        uses: pypa/cibuildwheel@v2.5.0
+        uses: pypa/cibuildwheel@v2.6.1
         with:
           package-dir: psycopg_binary
         env: