From 3b74afc39e58f801e75b7105e521c1469d30f991 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Thu, 17 Oct 2019 15:00:42 -0700 Subject: [PATCH] upload script --- pypi-upload.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 pypi-upload.sh diff --git a/pypi-upload.sh b/pypi-upload.sh new file mode 100755 index 00000000..8b58f5a2 --- /dev/null +++ b/pypi-upload.sh @@ -0,0 +1,2 @@ +#!/bin/bash +twine upload dist/* \ No newline at end of file