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 5ab49a5 commit 9fa47fcCopy full SHA for 9fa47fc
‎.github/workflows/ci-cd.yml
@@ -137,7 +137,7 @@ jobs:
137
(github.event_name != 'push' || github.ref_type != 'tag')
138
&& 'musllinux' || 'none'
139
}}
140
- uses: ./.github/workflows/reusable-build-wheel.yml
+ uses: ./.github/workflows/reusable-cibuildwheel.yml
141
with:
142
os: ${{ matrix.os }}
143
tag: ${{ matrix.tag }}
@@ -557,7 +557,7 @@ jobs:
557
tag:
558
- ''
559
- musllinux
560
561
562
qemu: ${{ matrix.qemu }}
563
‎.github/workflows/reusable-build-wheel.yml renamed to ‎.github/workflows/reusable-cibuildwheel.yml
0 commit comments