We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 05f0868 + f5e55ff commit 65356dcCopy full SHA for 65356dc
1 file changed
.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