Skip to content

Commit 2ca4ac5

Browse files
committed
🧪 Rename build-wheel wf to cibuildwheel
This is in line with the global unification effort.
1 parent 1fb2189 commit 2ca4ac5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
(github.event_name != 'push' || !contains(github.ref, 'refs/tags/'))
155155
&& 'musllinux' || 'none'
156156
}}
157-
uses: ./.github/workflows/reusable-build-wheel.yml
157+
uses: ./.github/workflows/reusable-cibuildwheel.yml
158158
with:
159159
os: ${{ matrix.os }}
160160
tag: ${{ matrix.tag }}
@@ -508,7 +508,7 @@ jobs:
508508
tag:
509509
- ''
510510
- musllinux
511-
uses: ./.github/workflows/reusable-build-wheel.yml
511+
uses: ./.github/workflows/reusable-cibuildwheel.yml
512512
with:
513513
qemu: ${{ matrix.qemu }}
514514
tag: ${{ matrix.tag }}

0 commit comments

Comments
 (0)