Skip to content

Commit a4fd2de

Browse files
committed
uses: pypa/cibuildwheel@v2.14.1
1 parent 19417ce commit a4fd2de

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
@@ -35,7 +35,7 @@ jobs:
3535
if: runner.os == 'Linux'
3636

3737
- name: Build wheels
38-
uses: pypa/cibuildwheel@v2.11.2
38+
uses: pypa/cibuildwheel@v2.14.1
3939
env:
4040
CIBW_ARCHS: "${{ matrix.archs }}"
4141
CIBW_BUILD: "${{ matrix.build && '*-' || ''}}${{ matrix.build }}*"

0 commit comments

Comments
 (0)