Skip to content

Commit 0998b87

Browse files
Revert "Revert cibuildwheel version change"
This reverts commit bf47f63.
1 parent 39e2e18 commit 0998b87

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
@@ -60,7 +60,7 @@ jobs:
6060
python-version: "3.7"
6161

6262
- name: Install Python Dependencies
63-
run: pip install build cibuildwheel==1.* # The 2.* releases dropped Python2 support.
63+
run: pip install build cibuildwheel
6464

6565
- name: Build Sdist
6666
if: matrix.sdist

0 commit comments

Comments
 (0)