Маленький скрипт для сборки библиотеки

This commit is contained in:
Ilia Miheev
2025-05-17 16:46:01 +03:00
parent 201352a541
commit 9d6c3f1c58
+5
View File
@@ -0,0 +1,5 @@
from os import system
system('rmdir /s /q build dist ipars.egg-info')
system('python setup.py sdist bdist_wheel')
system('twine upload dist/*')