diff --git a/uploadProject.py b/uploadProject.py new file mode 100644 index 0000000..6d137ba --- /dev/null +++ b/uploadProject.py @@ -0,0 +1,5 @@ +from os import system + +system('python setup.py sdist bdist_wheel') +system('twine upload dist/*') +system('rmdir /s /q build dist ipars.egg-info')