This commit is contained in:
Wenbing Li 2021-08-20 16:38:07 -07:00 коммит произвёл GitHub
Родитель 4777213e31
Коммит e5e766d6dc
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

4
.github/workflows/wheels.yml поставляемый
Просмотреть файл

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