From 2b60df33a4dfc698b112905ba615bb8f5bf18ead Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Fri, 21 Jun 2024 21:55:40 -0400 Subject: [PATCH] FIX: No need for end --- .github/workflows/build_wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index bc9dbb7..b8454c7 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -63,7 +63,7 @@ jobs: # No portaudio on these platforms: CIBW_TEST_SKIP: "*_i686 *-musllinux_*" # To enable testing we have to bump up to the Almalinux 8-based image: - CIBW_MANYLINUX_AARCH64_IMAGE: "manylinux_2_28_aarch64" + CIBW_MANYLINUX_AARCH64_IMAGE: "manylinux_2_28" CIBW_BUILD_VERBOSITY: "3" CIBW_BEFORE_TEST_LINUX: "bash {project}/tools/cibw_before_test_linux.sh" - uses: actions/upload-artifact@v4