Skip to content

Commit 7b75e01

Browse files
committed
Upgrade cibuildwheel
1 parent deeeeca commit 7b75e01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ jobs:
242242
- name: Install Python dependencies
243243
run: |
244244
python -m pip install --upgrade pip
245-
pip install cibuildwheel==2.3.1
245+
pip install cibuildwheel==2.16.0
246246
- name: Build wheels
247247
run: |
248248
python -m cibuildwheel --output-dir wheelhouse

0 commit comments

Comments
 (0)