Files
ipars/uploadProject.py
T

6 lines
145 B
Python

from os import system
system('python setup.py sdist bdist_wheel')
system('twine upload dist/*')
system('rmdir /s /q build dist ipars.egg-info')