We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fbbe41 commit f5e55ffCopy full SHA for f5e55ff
.github/workflows/ci.yml
@@ -161,7 +161,7 @@ jobs:
161
needs: [release]
162
if: needs.release.outputs.released == 'true'
163
164
- name: Build wheels on ${{ matrix.os }} (${{ matrix.musl }}) [${{ matrix.qemu }}]
+ name: Wheels for ${{ matrix.os }} (${{ matrix.musl == 'musllinux' && 'musllinux' || 'manylinux' }}) ${{ matrix.qemu }} ${{ matrix.pyver }}
165
runs-on: ${{ matrix.os }}
166
strategy:
167
matrix:
0 commit comments