From af07b4ae46aeb8ce60ffe375e6322ac84d418160 Mon Sep 17 00:00:00 2001 From: Wouter Kayser Date: Sat, 23 Oct 2021 12:01:25 +0200 Subject: [PATCH 1/2] Version bump of cibuildwheel Update cibuildwheel to 2.2.0, which will enable musllinux wheel builds. This is useful for environments like alpine linux containers. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a3ec0c6a..f6818dc0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -108,7 +108,7 @@ jobs: run: | brew install gnu-sed libtool autoconf automake - - uses: pypa/cibuildwheel@v2.1.1 + - uses: pypa/cibuildwheel@v2.2.0 env: CIBW_BUILD_VERBOSITY: 1 CIBW_BUILD: ${{ matrix.cibw_python }} From 5c937cfa767dba77e5841d9d08eb888a6a6ebea3 Mon Sep 17 00:00:00 2001 From: Wouter Kayser Date: Wed, 3 Nov 2021 20:12:58 +0100 Subject: [PATCH 2/2] update to later version with bug fixes --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f6818dc0..0d088d72 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -108,7 +108,7 @@ jobs: run: | brew install gnu-sed libtool autoconf automake - - uses: pypa/cibuildwheel@v2.2.0 + - uses: pypa/cibuildwheel@v2.2.2 env: CIBW_BUILD_VERBOSITY: 1 CIBW_BUILD: ${{ matrix.cibw_python }}