From abc4c21c55e4ca7cdd356f937210e3f3f80aca07 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Thu, 9 May 2024 19:00:15 +0200 Subject: [PATCH] build: fix twine upload --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2f99d15..715d12d 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ docs: release: clean $(python) -m build - twine upload + twine upload dist/*.tar.gz sdist: clean $(python) -m build