summaryrefslogtreecommitdiff
path: root/upload.sh
diff options
context:
space:
mode:
authorAdam Hupp <adam@hupp.org>2021-01-15 16:34:09 -0800
committerAdam Hupp <adam@hupp.org>2021-01-15 16:34:09 -0800
commitfca071d6a4ee04fca4cafacd7041a76a32cc1a8d (patch)
tree77e265e048267c176a7e83a06ab6093692dfc8cb /upload.sh
parent3ebdb93cbe5ded066c23b0555f509610287b4ffb (diff)
downloadpython-magic-fca071d6a4ee04fca4cafacd7041a76a32cc1a8d.tar.gz
bump to 0.4.20
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/*
+