]> 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 10:51:39 +0000 (12:51 +0200)
.github/workflows/packages.yml

index bdaba59d58059a4f604b9d3de7144cf05838f9f5..316887c9b222c4c7c09d843bc93cc44c2a071bb5 100644 (file)
@@ -95,7 +95,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:
@@ -157,7 +157,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:
@@ -200,7 +200,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: