Skip to content

Commit eef80d3

Browse files
committed
More build script fixes
1 parent 31fc854 commit eef80d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/buildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: |
1818
python -m pip install --upgrade pip
1919
python -m pip install setuptools
20-
python -m pip install cibuildwheel==3.2.0
20+
python -m pip install cibuildwheel
2121
2222
- name: Build wheel
2323
run: python -m cibuildwheel --output-dir dist/

0 commit comments

Comments
 (0)