upgrade cibuildwheel to v1.6.3
This commit is contained in:
parent
1a33cf128e
commit
a78302f181
3 changed files with 3 additions and 3 deletions
2
.github/workflows/build-darwin.yml
vendored
2
.github/workflows/build-darwin.yml
vendored
|
@ -34,7 +34,7 @@ jobs:
|
|||
|
||||
- name: Install cibuildwheel
|
||||
run: |
|
||||
python -m pip install cibuildwheel==1.3.0
|
||||
python -m pip install cibuildwheel==1.6.3
|
||||
|
||||
- name: Checkout submodules
|
||||
shell: bash
|
||||
|
|
2
.github/workflows/build-linux.yml
vendored
2
.github/workflows/build-linux.yml
vendored
|
@ -34,7 +34,7 @@ jobs:
|
|||
|
||||
- name: Install cibuildwheel
|
||||
run: |
|
||||
python -m pip install cibuildwheel==1.3.0
|
||||
python -m pip install cibuildwheel==1.6.3
|
||||
|
||||
- name: Checkout submodules
|
||||
shell: bash
|
||||
|
|
2
.github/workflows/build-windows.yml
vendored
2
.github/workflows/build-windows.yml
vendored
|
@ -44,7 +44,7 @@ jobs:
|
|||
|
||||
- name: Install cibuildwheel
|
||||
run: |
|
||||
python -m pip install cibuildwheel==1.3.0
|
||||
python -m pip install cibuildwheel==1.6.3
|
||||
|
||||
- name: Checkout submodules
|
||||
shell: bash
|
||||
|
|
Loading…
Reference in a new issue