From e5a554aecbb1d5b5690f5376fda6c260e84e8f77 Mon Sep 17 00:00:00 2001 From: Oscar Gustafsson Date: Tue, 5 Sep 2023 19:53:54 +0200 Subject: [PATCH] Improve naming of cibuildwheel jobs --- .github/workflows/cibuildwheel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cibuildwheel.yml b/.github/workflows/cibuildwheel.yml index 8c45ef95990b..366dece1a23e 100644 --- a/.github/workflows/cibuildwheel.yml +++ b/.github/workflows/cibuildwheel.yml @@ -87,7 +87,7 @@ jobs: 'CI: Run cibuildwheel') ) needs: build_sdist - name: Build wheels on ${{ matrix.os }} + name: Build wheels on ${{ matrix.os }} for ${{ matrix.cibw_archs }} runs-on: ${{ matrix.os }} env: CIBW_BEFORE_BUILD: >-