Update wheels.yml
This commit is contained in:
Родитель
4777213e31
Коммит
e5e766d6dc
|
@ -1,4 +1,4 @@
|
|||
name: Build
|
||||
name: Build the wheels for Linux/Win32/MacOS
|
||||
|
||||
on:
|
||||
schedule:
|
||||
|
@ -25,7 +25,7 @@ jobs:
|
|||
- uses: actions/setup-python@v2
|
||||
|
||||
- name: Install cibuildwheel
|
||||
run: python -m pip install cibuildwheel==2.1.1
|
||||
run: python -m pip install cibuildwheel==2.1.1 cmake
|
||||
|
||||
- name: Build wheels
|
||||
run: python -m cibuildwheel --output-dir wheelhouse
|
||||
|
|
Загрузка…
Ссылка в новой задаче