]> 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:42 +0000 (22:16 +0200)
.github/workflows/packages.yml

index 01bdc8387022666bc674a07545bd02e2116533f6..8fa77b419f0b86d80cc09db36cd93a46b78164ec 100644 (file)
@@ -97,7 +97,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:
@@ -159,7 +159,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:
@@ -202,7 +202,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: