diff --git a/up.py b/up.py new file mode 100644 index 0000000..f3a34ee --- /dev/null +++ b/up.py @@ -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/*')