summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f016225..3d9034e 100644
--- a/Makefile
+++ b/Makefile
@@ -2,4 +2,4 @@ md: src/tests/documentation.py
python $(S)/ms/tools/py2md.py src/tests/documentation.py docs
upload: README.rst
- rm -rf build/* dist/* && python setup.py sdist bdist_wheel upload
+ rm -rf build/* dist/* && python setup.py sdist bdist_wheel && twine upload dist/*