Skip to content

Commit 66c1348

Browse files
Back to cibuildwheel V1 to examine tree output
1 parent 946aa31 commit 66c1348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
python-version: "3.7"
6464

6565
- name: Install Python Dependencies
66-
run: pip install build cibuildwheel
66+
run: pip install build cibuildwheel==1.* # The 2.* releases dropped Python2 support.
6767

6868
- name: Build Sdist
6969
if: matrix.sdist

0 commit comments

Comments
 (0)