Skip to content

Commit 89e7688

Browse files
committed
Drop cibuildwheel version requirement
1 parent dd22b08 commit 89e7688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/setup-python@v5
2525

2626
- name: Install cibuildwheel
27-
run: python -m pip install cibuildwheel>=3.0.0
27+
run: python -m pip install cibuildwheel
2828

2929
- name: Build wheels
3030
run: python -m cibuildwheel --output-dir wheelhouse

0 commit comments

Comments
 (0)