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