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 5dbfb42 commit cebc776Copy full SHA for cebc776
.github/workflows/buildwheels.yml
@@ -43,7 +43,7 @@ jobs:
43
run: cd wrap/python
44
45
- name: Install cibuildwheel
46
- run: python -m pip install cibuildwheel=2.19.2
+ run: python -m pip install cibuildwheel==2.19.2
47
working-directory: wrap/python
48
49
- name: Build wheels
0 commit comments