From 94ec38bf1e2c9bcf959e84289513cdb2b8996427 Mon Sep 17 00:00:00 2001 From: Evgeniy Date: Mon, 19 Aug 2019 03:23:30 +0300 Subject: [PATCH] moved to script folder closes #7 --- upload.bat => script/upload.bat | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) rename upload.bat => script/upload.bat (81%) diff --git a/upload.bat b/script/upload.bat similarity index 81% rename from upload.bat rename to script/upload.bat index b8ea3fb..d970ddb 100644 --- a/upload.bat +++ b/script/upload.bat @@ -1,3 +1,5 @@ +cd .. + REM will prompt for passwaord unless staored locally in a config file python setup.py sdist bdist_wheel twine upload dist/* @@ -5,4 +7,6 @@ twine upload dist/* REM Cleaning up... rd build /Q/S rd dist /Q/S -rd boo.egg-info /Q/S \ No newline at end of file +rd boo.egg-info /Q/S + +cd script \ No newline at end of file