Skip to content

Commit d57e8f9

Browse files
committed
uses: pypa/cibuildwheel@v2.16.2
1 parent c391f17 commit d57e8f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
if: runner.os == 'Linux'
3838

3939
- name: Build wheels
40-
uses: pypa/cibuildwheel@v2.16.1
40+
uses: pypa/cibuildwheel@v2.16.2
4141
env:
4242
CIBW_ARCHS: "${{ matrix.archs }}"
4343
CIBW_BUILD: "${{ matrix.build && '*-' || ''}}${{ matrix.build }}*"

0 commit comments

Comments
 (0)