We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 007063c commit 2f12636Copy full SHA for 2f12636
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 }})
+ name: Build wheels on ${{ matrix.os }} (${{ matrix.musl }}) [${{ matrix.qemu }}]
165
runs-on: ${{ matrix.os }}
166
strategy:
167
matrix:
@@ -240,7 +240,7 @@ jobs:
240
ref: "${{ steps.release_tag.outputs.newest_release_tag }}"
241
fetch-depth: 0
242
243
- - name: Build wheels ${{ matrix.musl }}
+ - name: Build wheels ${{ matrix.musl }} (${{ matrix.qemu }})
244
uses: pypa/cibuildwheel@v2.22.0
245
# to supply options, put them in 'env', like:
246
env:
0 commit comments