From 71088d8ea3eac9100005dbe922f381bfe2dec991 Mon Sep 17 00:00:00 2001 From: Felix Wu Date: Thu, 3 Sep 2020 15:37:46 -0400 Subject: [PATCH] add upload script --- upload_pypi.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 upload_pypi.sh diff --git a/upload_pypi.sh b/upload_pypi.sh new file mode 100644 index 0000000..f8577a6 --- /dev/null +++ b/upload_pypi.sh @@ -0,0 +1,3 @@ +#!/bin/bash +python setup.py sdist bdist_wheel +python -m twine upload dist/* \ No newline at end of file