From: Peter Lithammer Date: Mon, 8 Nov 2021 14:24:03 +0000 (+0100) Subject: Update cibuildwheel to v2.2.2 X-Git-Tag: 3.0.3~6^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab2eaecac794e536d95b6a82e66423c8b6bd4bfc;p=thirdparty%2Fpsycopg.git Update cibuildwheel to v2.2.2 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/ --- diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml index 82f123113..29cd0cbd5 100644 --- a/.github/workflows/packages.yml +++ b/.github/workflows/packages.yml @@ -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: