From e1034b23d6f8db76aee759ac615b681e6ab20705 Mon Sep 17 00:00:00 2001 From: Denis-Cosmin NUTIU Date: Sat, 3 Jun 2023 16:24:37 +0300 Subject: [PATCH] update release command to clean artifacts --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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