Skip to content

Commit f5e55ff

Browse files
authored
chore: improve wheel build runner names in the CI (#1525)
1 parent 8fbbe41 commit f5e55ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
needs: [release]
162162
if: needs.release.outputs.released == 'true'
163163

164-
name: Build wheels on ${{ matrix.os }} (${{ matrix.musl }}) [${{ matrix.qemu }}]
164+
name: Wheels for ${{ matrix.os }} (${{ matrix.musl == 'musllinux' && 'musllinux' || 'manylinux' }}) ${{ matrix.qemu }} ${{ matrix.pyver }}
165165
runs-on: ${{ matrix.os }}
166166
strategy:
167167
matrix:

0 commit comments

Comments
 (0)