summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2019-03-11 19:40:44 +0100
committerAndi Albrecht <albrecht.andi@gmail.com>2019-03-11 19:40:44 +0100
commit0008b9700c571ab363cac25a937a4fe4454a2cb8 (patch)
tree100c0bbc7206ab7bec7b83d33f7d3dfb8b71dbdc
parent47edb371d5d563487a991a7ce1ad45b89e907502 (diff)
downloadsqlparse-0008b9700c571ab363cac25a937a4fe4454a2cb8.tar.gz
Switch to twine, it's the modern world.
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0844e5b..d213fbd 100644
--- a/Makefile
+++ b/Makefile
@@ -22,5 +22,5 @@ clean:
release:
@rm -rf dist/
- python setup.py sdist upload --sign --identity E0B84F81
- python setup.py bdist_wheel upload --sign --identity E0B84F81
+ python setup.py sdist bdist_wheel
+ twine upload --sign --identity E0B84F81