From 526a40ab840a1bdd43f2bae8c864a7d80b0594a5 Mon Sep 17 00:00:00 2001 From: Jeff Cohen Date: Tue, 20 Dec 2022 17:16:27 +0000 Subject: [PATCH] Consistently use python3 in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 430fc7f..2eaf3fa 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ report: build: python3 -m pip install --upgrade setuptools wheel twine - python -m pip install --upgrade build + python3 -m pip install --upgrade build if [ -d "./build" ]; then sudo rm -r build; fi if [ -d "./dist" ]; then sudo rm -r dist; fi