Skip to content

Commit 4bac952

Browse files
committed
update cibuildwheel to 2.11.1
1 parent e97d6b5 commit 4bac952

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
if: matrix.os == 'macOS' || matrix.os == 'Ubuntu'
4040
- run: echo '::add-matcher::.github/problem-matchers/msvc.json'
4141
if: matrix.os == 'Windows'
42-
- uses: pypa/cibuildwheel@v2.9.0
42+
- uses: pypa/cibuildwheel@v2.11.1
4343
with:
4444
output-dir: dist
4545
env:
@@ -69,7 +69,7 @@ jobs:
6969
if: matrix.os == 'macOS' || matrix.os == 'Ubuntu'
7070
- run: echo '::add-matcher::.github/problem-matchers/msvc.json'
7171
if: matrix.os == 'Windows'
72-
- uses: pypa/cibuildwheel@v2.9.0
72+
- uses: pypa/cibuildwheel@v2.11.1
7373
with:
7474
output-dir: dist
7575
env:

0 commit comments

Comments
 (0)