Skip to content

Commit c349c49

Browse files
committed
Update pypa/cibuildwheel to v2.23.0
1 parent 72ffc6e commit c349c49

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci-build-wheel-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
python-version: 3.9
3838

3939
- name: Build wheels
40-
uses: pypa/cibuildwheel@v2.22.0
40+
uses: pypa/cibuildwheel@v2.23.0
4141

4242
- uses: actions/upload-artifact@v4
4343
with:

.github/workflows/ci-build-wheel-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
python-version: 3.9
3838

3939
- name: Build wheels
40-
uses: pypa/cibuildwheel@v2.22.0
40+
uses: pypa/cibuildwheel@v2.23.0
4141

4242
- uses: actions/upload-artifact@v4
4343
with:

.github/workflows/ci-build-wheel-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
python-version: 3.9
3131

3232
- name: Build wheels
33-
uses: pypa/cibuildwheel@v2.22.0
33+
uses: pypa/cibuildwheel@v2.23.0
3434

3535
- uses: actions/upload-artifact@v4
3636
with:

.github/workflows/ci-build-wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
python-version: 3.9
6161

6262
- name: Build wheels
63-
uses: pypa/cibuildwheel@v2.22.0
63+
uses: pypa/cibuildwheel@v2.23.0
6464

6565
- uses: actions/upload-artifact@v4
6666
with:

0 commit comments

Comments
 (0)