From 5785736756b97824157439de52635cb201e4c35c Mon Sep 17 00:00:00 2001 From: Andi Albrecht Date: Mon, 15 Jul 2024 21:32:26 +0200 Subject: [PATCH] Use hatch for upload as well. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b3db8e3d..bc5144d2 100644 --- a/Makefile +++ b/Makefile @@ -23,5 +23,5 @@ clean: release: @rm -rf dist/ python -m build - twine upload --sign --identity E0B84F81 dist/* + hatch publish @echo "Reminder: Add release on github https://github.com/andialbrecht/sqlparse/releases"