Skip to content

Commit 5785736

Browse files
committed
Use hatch for upload as well.
1 parent 27d09df commit 5785736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ clean:
2323
release:
2424
@rm -rf dist/
2525
python -m build
26-
twine upload --sign --identity E0B84F81 dist/*
26+
hatch publish
2727
@echo "Reminder: Add release on github https://github.com/andialbrecht/sqlparse/releases"

0 commit comments

Comments
 (0)