Skip to content

Commit 77614bf

Browse files
committed
bump cibuildwheel version
1 parent 7c5d234 commit 77614bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dist.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ jobs:
7070
platforms: all
7171

7272
- name: Install cibuildwheel
73-
# Note: the default manylinux is manylinux2014
73+
# Note: the default manylinux is manylinux_2_28
7474
run: |
7575
python -m pip install -U pip
76-
python -m pip install "cibuildwheel>=2.20,<3"
76+
python -m pip install "cibuildwheel>=3.20,<4"
7777
7878
- name: Build wheels
7979
env:

0 commit comments

Comments
 (0)