update release command to clean artifacts
This commit is contained in:
parent
32a1f09e26
commit
e1034b23d6
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -11,4 +11,4 @@ build:
|
|||
upload:
|
||||
hatch publish
|
||||
release:
|
||||
hatch build && hatch publish
|
||||
hatch clean && hatch build && hatch publish
|
Loading…
Reference in a new issue