We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31fc854 commit eef80d3Copy full SHA for eef80d3
1 file changed
.github/workflows/buildwheel.yml
@@ -17,7 +17,7 @@ jobs:
17
run: |
18
python -m pip install --upgrade pip
19
python -m pip install setuptools
20
- python -m pip install cibuildwheel==3.2.0
+ python -m pip install cibuildwheel
21
22
- name: Build wheel
23
run: python -m cibuildwheel --output-dir dist/
0 commit comments