Я переименовал этот файл в uploadProject.py

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