From 8dc8b0f6ca75b46a05fb2a3bbdb92f468dccdca5 Mon Sep 17 00:00:00 2001 From: StephenCzarnecki Date: Wed, 30 Oct 2024 22:14:16 -0400 Subject: [PATCH] github actions: attempt at converting manylinux arm64 wheel jobs to matrix --- .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 e9ce1ae..6ffd637 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -111,7 +111,7 @@ jobs: path: wheelhouse/*.whl build_wheels_manylinux_arm64: - name: Build manylinux wheels (arm64) + name: Build manylinux wheels ${{ matrix.python-version }} (arm64) runs-on: ubuntu-24.04 strategy: matrix: