diff --git a/Makefile b/Makefile index fdb5b25..38c3bd6 100644 --- a/Makefile +++ b/Makefile @@ -11,4 +11,4 @@ build: upload: hatch publish release: - hatch build && hatch publish \ No newline at end of file + hatch clean && hatch build && hatch publish \ No newline at end of file