From 392a86ca2f16d191d194330cf7bf3fb03722f05e Mon Sep 17 00:00:00 2001 From: simongarisch Date: Sat, 20 Oct 2018 16:53:15 +1100 Subject: [PATCH] Adding PyPI related files --- pyPI load.bat | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 pyPI load.bat diff --git a/pyPI load.bat b/pyPI load.bat new file mode 100644 index 0000000..e59720e --- /dev/null +++ b/pyPI load.bat @@ -0,0 +1,14 @@ +rem call activate py27 +call activate py36 + +rem make sure we are up to date +python -m pip install --user --upgrade setuptools wheel +python -m pip install --upgrade twine + +rem now build +python setup.py sdist bdist_wheel + +rem and push +python -m twine upload dist/* + +pause \ No newline at end of file