diff --git a/publish.bat b/publish.bat new file mode 100644 index 0000000..240c3ce --- /dev/null +++ b/publish.bat @@ -0,0 +1,2 @@ +python setup.py sdist +python -m twine upload dist/* \ No newline at end of file