summaryrefslogtreecommitdiff
path: root/upload.sh
diff options
context:
space:
mode:
Diffstat (limited to 'upload.sh')
-rw-r--r--upload.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/upload.sh b/upload.sh
index ca9c36f..5fc8e25 100644
--- a/upload.sh
+++ b/upload.sh
@@ -1,3 +1,6 @@
#!/bin/sh
-python setup.py sdist bdist_wheel upload
+python3 setup.py clean --all
+python3 setup.py sdist bdist_wheel
+#python3 -m twine upload dist/*
+