From 94ece07b185f6a357395632c2651c02318121737 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20H=C3=B6chenberger?= Date: Thu, 7 Dec 2023 18:58:33 +0100 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b346788af..844390af4 100755 --- a/Makefile +++ b/Makefile @@ -62,6 +62,6 @@ build-doc: dist-build: @echo "Building dist" rm -rf dist - @python -m pip install wheel setuptools build twine + @python -m pip install build twine @python -m build @python -m twine check --strict dist/*