update release command to clean artifacts

This commit is contained in:
Denis-Cosmin NUTIU 2023-06-03 16:24:37 +03:00
parent 32a1f09e26
commit e1034b23d6

View file

@ -11,4 +11,4 @@ build:
upload:
hatch publish
release:
hatch build && hatch publish
hatch clean && hatch build && hatch publish