Skip to content

Commit a78302f

Browse files
committed
upgrade cibuildwheel to v1.6.3
1 parent 1a33cf1 commit a78302f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-darwin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Install cibuildwheel
3636
run: |
37-
python -m pip install cibuildwheel==1.3.0
37+
python -m pip install cibuildwheel==1.6.3
3838
3939
- name: Checkout submodules
4040
shell: bash

.github/workflows/build-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Install cibuildwheel
3636
run: |
37-
python -m pip install cibuildwheel==1.3.0
37+
python -m pip install cibuildwheel==1.6.3
3838
3939
- name: Checkout submodules
4040
shell: bash

.github/workflows/build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Install cibuildwheel
4646
run: |
47-
python -m pip install cibuildwheel==1.3.0
47+
python -m pip install cibuildwheel==1.6.3
4848
4949
- name: Checkout submodules
5050
shell: bash

0 commit comments

Comments
 (0)