/
githubmirror
/
scikit-learn
Обзор
Документация
Войти
/
githubmirror
/
scikit-learn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
build_tools/github/build_source.sh
20 строк
399 B
Loïc Estève
CI Use Meson to build sdist (#28844)
16 апр 2024, 12:42
Не верифицирован
16 апр 2024, 12:42
bf62a50
Код
Авторство
О чём код?
#!/bin/bash set -e set -x # Move up two levels to create the virtual # environment outside of the source folder cd ../../ python -m venv build_env source build_env/bin/activate python -m pip install numpy scipy cython python -m pip install twine build cd scikit-learn/scikit-learn python -m build --sdist # Check whether the source distribution will render correctly twine check dist/*.tar.gz