Skip to content

Commit b1e16f3

Browse files
authored
Merge pull request #26699 from oscargus/cibwnames
Improve naming of cibuildwheel jobs
2 parents 5f785e3 + e5a554a commit b1e16f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
'CI: Run cibuildwheel')
8888
)
8989
needs: build_sdist
90-
name: Build wheels on ${{ matrix.os }}
90+
name: Build wheels on ${{ matrix.os }} for ${{ matrix.cibw_archs }}
9191
runs-on: ${{ matrix.os }}
9292
env:
9393
CIBW_BEFORE_BUILD: >-

0 commit comments

Comments
 (0)