Skip to content

Commit d12323e

Browse files
Merge pull request #166 from msclock/renovate-github/pypa-cibuildwheel-2.x
chore(deps): update pypa/cibuildwheel action to v2.23.3
2 parents cbd55ff + 1df3e72 commit d12323e

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.2
67+
uses: pypa/cibuildwheel@v2.23.3
6868
env:
6969
CIBW_ARCHS: ${{ matrix.arch }}
7070
CIBW_BUILD: cp39-${{ matrix.build }}*

0 commit comments

Comments
 (0)