From 242ccd6ae8c6aca20b773088498d3881ce8fba5c Mon Sep 17 00:00:00 2001 From: BarsTiger Date: Tue, 23 Nov 2021 20:05:57 +0200 Subject: [PATCH] 1 --- publish.bat | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 publish.bat 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