Skip to content

Commit adec2f5

Browse files
Update pypa/cibuildwheel action to v2.23.1 (#55)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9c912f0 commit adec2f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
if: startsWith(matrix.os, 'windows')
4343

4444
- name: Build wheel
45-
uses: pypa/cibuildwheel@v2.22.0
45+
uses: pypa/cibuildwheel@v2.23.1
4646
with:
4747
output-dir: dist
4848
env:

0 commit comments

Comments
 (0)