Skip to content

Commit eb65a02

Browse files
chore(deps): update pypa/cibuildwheel action to v3
1 parent ae86095 commit eb65a02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reuseable_cibuildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
if: >
6565
inputs.auto && !contains(matrix.qemu_arch, matrix.arch) ||
6666
inputs.extra && contains(matrix.qemu_arch, matrix.arch)
67-
uses: pypa/cibuildwheel@v2.23.3
67+
uses: pypa/cibuildwheel@v3.2.0
6868
env:
6969
CIBW_ARCHS: ${{ matrix.arch }}
7070
CIBW_BUILD: '*${{ matrix.build }}*'

0 commit comments

Comments
 (0)