upgrade cibuildwheel to v1.6.3

This commit is contained in:
PyYoshi 2020-10-28 18:59:28 +09:00
parent 1a33cf128e
commit a78302f181
No known key found for this signature in database
GPG key ID: 146D52F7C000C2F0
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -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