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