Skip to content

Commit bda6195

Browse files
committed
Bump cibuildwheel
1 parent 9cdf0c9 commit bda6195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_cibuildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/setup-python@v2
2020

2121
- name: Install cibuildwheel
22-
run: python -m pip install cibuildwheel==2.3.1 build
22+
run: python -m pip install cibuildwheel==2.17.0 build
2323

2424
- name: Make sdist
2525
run: python -m build . --sdist --outdir wheelhouse

0 commit comments

Comments
 (0)