/
glebestraikh
/
adept
Обзор
Документация
Войти
/
glebestraikh
/
adept
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
build_python_wheel.sh
16 строк
331 B
kolkir
Update build wheel scripts
30 июл 2025, 13:44
30 июл 2025, 13:44
e010ce9
Код
Авторство
О чём код?
#!/bin/bash set -e # if you don't have 'build' module run: # python3 -m pip install build twine python3 -m build # check platform and abi # python3 -m pip debug --verbose python3 -m wheel tags --platform-tag=linux_x86_64 --abi-tag=cp310 dist/adept*.whl # upload wheel # python3 -m twine upload --repository gitverse dist/*