From 01e9677f201c9ef577fdf8a15833be7e364441ab Mon Sep 17 00:00:00 2001 From: saullocastro Date: Thu, 10 Jan 2019 00:30:59 +0100 Subject: [PATCH] BLD: distribute.bat --- distribuite.bat | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 distribuite.bat diff --git a/distribuite.bat b/distribuite.bat new file mode 100644 index 0000000..28e4c66 --- /dev/null +++ b/distribuite.bat @@ -0,0 +1,2 @@ +python setup.py sdist upload -r pypi +python setup.py bdist_wheel upload -r pypi