From d3c51182659c1a2532df954198c2a77e0fd9647f Mon Sep 17 00:00:00 2001 From: Ralf Gommers Date: Fri, 28 Jun 2024 01:05:12 +0200 Subject: [PATCH] BLD: bump aarch64 wheels to `musllinux_1_2` (matches numpy's config) --- .github/workflows/wheel_tests_and_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheel_tests_and_release.yml b/.github/workflows/wheel_tests_and_release.yml index fcef94f0..361c0507 100644 --- a/.github/workflows/wheel_tests_and_release.yml +++ b/.github/workflows/wheel_tests_and_release.yml @@ -88,7 +88,7 @@ jobs: CIBW_BUILD: ${{ matrix.cibw_python }}-* CIBW_ARCHS_LINUX: ${{ matrix.cibw_arch }} CIBW_MANYLINUX_AARCH64_IMAGE: manylinux2014 - CIBW_MUSLLINUX_AARCH64_IMAGE: musllinux_1_1 + CIBW_MUSLLINUX_AARCH64_IMAGE: musllinux_1_2 - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 with: name: wheels_linux_${{ matrix.cibw_arch }}_${{ matrix.cibw_python }}