Skip to content

Commit de0023d

Browse files
ci: use correct cibuildwheel version
1 parent e8bf20a commit de0023d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666

6767
- name: Build BDist
6868
run: |
69-
python -m pip install cibuildwheel==3.1.1
69+
python -m pip install cibuildwheel==2.23.3
7070
python -m cibuildwheel --output-dir dist
7171
7272
- name: Upload Artifact

0 commit comments

Comments
 (0)