Skip to content

Commit 9fa47fc

Browse files
committed
🧪 Rename build-wheel wf to cibuildwheel
This is in line with the global unification effort.
1 parent 5ab49a5 commit 9fa47fc

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
@@ -137,7 +137,7 @@ jobs:
137137
(github.event_name != 'push' || github.ref_type != 'tag')
138138
&& 'musllinux' || 'none'
139139
}}
140-
uses: ./.github/workflows/reusable-build-wheel.yml
140+
uses: ./.github/workflows/reusable-cibuildwheel.yml
141141
with:
142142
os: ${{ matrix.os }}
143143
tag: ${{ matrix.tag }}
@@ -557,7 +557,7 @@ jobs:
557557
tag:
558558
- ''
559559
- musllinux
560-
uses: ./.github/workflows/reusable-build-wheel.yml
560+
uses: ./.github/workflows/reusable-cibuildwheel.yml
561561
with:
562562
qemu: ${{ matrix.qemu }}
563563
tag: ${{ matrix.tag }}

0 commit comments

Comments
 (0)