Skip to content

Commit f54712e

Browse files
authored
Merge pull request #477 from timkpaine/tkp/cibw
Bump cibuildwheel version
2 parents cc689c1 + 01bd04d commit f54712e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: make dist
4444

4545
- name: Install cibuildwheel
46-
run: python -m pip install cibuildwheel==2.16.5
46+
run: python -m pip install cibuildwheel==2.23.2
4747

4848
- name: Build wheels
4949
run: python -m cibuildwheel --output-dir dist

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
python -m pip install -U wheel twine setuptools
8585
8686
- name: Install cibuildwheel
87-
run: python -m pip install cibuildwheel==2.16.5
87+
run: python -m pip install cibuildwheel==2.23.2
8888

8989
- name: Python Wheel Steps (Linux - cibuildwheel)
9090
run: python -m cibuildwheel --output-dir dist

0 commit comments

Comments
 (0)