Skip to content

Commit f892ebb

Browse files
committed
fix the version
1 parent 77614bf commit f892ebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
# Note: the default manylinux is manylinux_2_28
7474
run: |
7575
python -m pip install -U pip
76-
python -m pip install "cibuildwheel>=3.20,<4"
76+
python -m pip install "cibuildwheel>=3.2.0,<4"
7777
7878
- name: Build wheels
7979
env:

0 commit comments

Comments
 (0)