Skip to content

Commit faeebb2

Browse files
committed
Don't specify cibuildwheel version to install
1 parent 197324b commit faeebb2

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
@@ -103,7 +103,7 @@ jobs:
103103
shell: bash
104104

105105
- name: Install cibuildwheel
106-
run: python -m pip install cibuildwheel==2.23.0
106+
run: python -m pip install cibuildwheel
107107

108108
- name: Install the latest version of uv
109109
uses: astral-sh/setup-uv@v5

0 commit comments

Comments
 (0)