Skip to content

Commit 4f28886

Browse files
committed
Bump cibuildwheel version to fix publish issue
1 parent c9cdf68 commit 4f28886

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- macos-14
4545
steps:
4646
- uses: actions/checkout@v4
47-
- uses: pypa/cibuildwheel@v2.16.5
47+
- uses: pypa/cibuildwheel@v2.17.0
4848
env:
4949
CIBW_BUILD: ${{ matrix.build }}-*
5050
- uses: actions/upload-artifact@v4
@@ -71,7 +71,7 @@ jobs:
7171
- uses: docker/setup-qemu-action@v3
7272
with:
7373
platforms: all
74-
- uses: pypa/cibuildwheel@v2.16.5
74+
- uses: pypa/cibuildwheel@v2.17.0
7575
env:
7676
CIBW_BUILD: ${{ matrix.build }}-*
7777
CIBW_ARCHS: ${{ matrix.arch }}

0 commit comments

Comments
 (0)