From decc997ea57a61449062d1d7ac47d8ac53b04d9d Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Fri, 4 Oct 2024 14:27:36 -0400 Subject: [PATCH] Improve wheels job name (#32644) --- .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 25030231a5e8..d1e99f2bd579 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -211,7 +211,7 @@ jobs: run: gsutil cp -r -a public-read source/* ${{ env.GCP_PATH }} build_wheels: - name: Build python wheels on ${{matrix.arch}} for ${{ matrix.os_python.os }} + name: Build python ${{matrix.py_version}} wheels on ${{matrix.os_python.arch}} for ${{ matrix.os_python.os }} needs: - check_env_variables - build_source