Skip to content

Commit 11da880

Browse files
committed
CI(full): Update cibw
1 parent 3716820 commit 11da880

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/wheels.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
python-version: '3.11'
5252

5353
- name: Install cibuildwheel
54-
run: python -m pip install cibuildwheel==2.22.0
54+
run: python -m pip install cibuildwheel
5555

5656
- name: Build wheels
5757
run: python -m cibuildwheel --output-dir wheelhouse
@@ -128,7 +128,7 @@ jobs:
128128
python-version: '3.11'
129129

130130
- name: Install cibuildwheel
131-
run: python -m pip install cibuildwheel==2.22.0
131+
run: python -m pip install cibuildwheel
132132

133133
- name: Build wheels
134134
run: python -m cibuildwheel --output-dir wheelhouse

0 commit comments

Comments
 (0)