From e8fa37cb47f1091eba62b9db2d8e605a57b731d2 Mon Sep 17 00:00:00 2001 From: retoor Date: Fri, 13 Dec 2024 23:36:16 +0100 Subject: [PATCH] Repaired build buildstep. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b589728..74078ec 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ ensure_env: -@python3 -m venv .venv build: - $(PyTHON) -m pip install build + $(PYTHON) -m pip install build $(PYTHON) -m build . install: