diff --git a/Makefile b/Makefile index 7cec13b87..f02fa9c87 100644 --- a/Makefile +++ b/Makefile @@ -32,4 +32,4 @@ publish: upload_pypi_artifact build_dockerhub_image tag_github_release scaffold: @pip install -r requirements-dev.txt > /dev/null - @python scripts/scaffold.py + exec python scripts/scaffold.py