We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e97d6b5 commit 4bac952Copy full SHA for 4bac952
.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
39
if: matrix.os == 'macOS' || matrix.os == 'Ubuntu'
40
- run: echo '::add-matcher::.github/problem-matchers/msvc.json'
41
if: matrix.os == 'Windows'
42
- - uses: pypa/cibuildwheel@v2.9.0
+ - uses: pypa/cibuildwheel@v2.11.1
43
with:
44
output-dir: dist
45
env:
@@ -69,7 +69,7 @@ jobs:
69
70
71
72
73
74
75
0 commit comments