We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
build-wheel
cibuildwheel
1 parent 1fb2189 commit 2ca4ac5Copy full SHA for 2ca4ac5
‎.github/workflows/ci-cd.yml
@@ -154,7 +154,7 @@ jobs:
154
(github.event_name != 'push' || !contains(github.ref, 'refs/tags/'))
155
&& 'musllinux' || 'none'
156
}}
157
- uses: ./.github/workflows/reusable-build-wheel.yml
+ uses: ./.github/workflows/reusable-cibuildwheel.yml
158
with:
159
os: ${{ matrix.os }}
160
tag: ${{ matrix.tag }}
@@ -508,7 +508,7 @@ jobs:
508
tag:
509
- ''
510
- musllinux
511
512
513
qemu: ${{ matrix.qemu }}
514
‎.github/workflows/reusable-build-wheel.yml renamed to ‎.github/workflows/reusable-cibuildwheel.yml
0 commit comments