Skip to content

Commit 2f12636

Browse files
committed
feat: add additional wheel builds
1 parent 007063c commit 2f12636

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
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 }})
164+
name: Build wheels on ${{ matrix.os }} (${{ matrix.musl }}) [${{ matrix.qemu }}]
165165
runs-on: ${{ matrix.os }}
166166
strategy:
167167
matrix:
@@ -240,7 +240,7 @@ jobs:
240240
ref: "${{ steps.release_tag.outputs.newest_release_tag }}"
241241
fetch-depth: 0
242242

243-
- name: Build wheels ${{ matrix.musl }}
243+
- name: Build wheels ${{ matrix.musl }} (${{ matrix.qemu }})
244244
uses: pypa/cibuildwheel@v2.22.0
245245
# to supply options, put them in 'env', like:
246246
env:

0 commit comments

Comments
 (0)