Consistently use python3 in Makefile

This commit is contained in:
Jeff Cohen 2022-12-20 17:16:27 +00:00
parent e4bb3ac4be
commit 526a40ab84

View File

@ -9,7 +9,7 @@ report:
build: build:
python3 -m pip install --upgrade setuptools wheel twine 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 "./build" ]; then sudo rm -r build; fi
if [ -d "./dist" ]; then sudo rm -r dist; fi if [ -d "./dist" ]; then sudo rm -r dist; fi