]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Update cibuildwheel to v2.2.2
authorPeter Lithammer <peter.lithammer@gmail.com>
Mon, 8 Nov 2021 14:24:03 +0000 (15:24 +0100)
committerPeter Lithammer <peter.lithammer@gmail.com>
Mon, 8 Nov 2021 22:03:36 +0000 (23:03 +0100)
The v2.2.x version of cibuildwheel adds supports for building
`musllinux`[^1] wheels. Meaning Alpine users can finally take advantage
of binary installations.

[^1]: https://www.python.org/dev/peps/pep-0656/

.github/workflows/packages.yml

index 82f1231138d5ee003257b88db0fcbb8118a64f41..29cd0cbd5586f59ffe68bd58f09a80e6cc91e1eb 100644 (file)
@@ -104,7 +104,7 @@ jobs:
         run: python3 ./tools/build/copy_to_binary.py
 
       - name: Build wheels
-        uses: pypa/cibuildwheel@v2.1.2
+        uses: pypa/cibuildwheel@v2.2.2
         with:
           package-dir: psycopg_binary
         env:
@@ -167,7 +167,7 @@ jobs:
         run: python3 ./tools/build/copy_to_binary.py
 
       - name: Build wheels
-        uses: pypa/cibuildwheel@v2.1.2
+        uses: pypa/cibuildwheel@v2.2.2
         with:
           package-dir: psycopg_binary
         env:
@@ -211,7 +211,7 @@ jobs:
         run: python3 ./tools/build/copy_to_binary.py
 
       - name: Build wheels
-        uses: pypa/cibuildwheel@v2.1.2
+        uses: pypa/cibuildwheel@v2.2.2
         with:
           package-dir: psycopg_binary
         env: