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 9c4a4ff commit a92b8f0Copy full SHA for a92b8f0
.github/workflows/build_publish.yml
@@ -19,7 +19,7 @@ jobs:
19
name: Install Python
20
21
- name: Install cibuildwheel
22
- run: python -m pip install cibuildwheel==1.11.0
+ run: python -m pip install cibuildwheel==2.3.1
23
24
- name: Build wheels for Windows
25
if: startsWith(matrix.os, 'windows')
0 commit comments