summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndi Albrecht <albrecht.andi@gmail.com>2022-12-30 15:44:37 +0100
committerAndi Albrecht <albrecht.andi@gmail.com>2022-12-30 16:04:26 +0100
commit8b789f286e1b6cbf05c15020ea7544cb7f02f8f7 (patch)
tree8709b5696a372b2c71cf0b2b65f494941d513471 /Makefile
parentcda0e499a1c762662d2b06b18e7b4aed2da75bc7 (diff)
downloadsqlparse-8b789f286e1b6cbf05c15020ea7544cb7f02f8f7.tar.gz
Switch to pyproject.toml (fixes #685).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ee35e54..1657822 100644
--- a/Makefile
+++ b/Makefile
@@ -22,5 +22,5 @@ clean:
release:
@rm -rf dist/
- python setup.py sdist bdist_wheel
+ python -m build
twine upload --sign --identity E0B84F81 dist/*