Skip to content

Commit c5a9bd3

Browse files
committed
Fix rm command in pyproject.toml script.
Signed-off-by: Phillip Sitbon <phillip.sitbon@gmail.com>
1 parent e25c728 commit c5a9bd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ build-sha.shell = "sha512sum dist/magg-$(poe -q version).tar.gz"
9595

9696
build.sequence = [
9797
{ ref = "commit-info" },
98-
{ cmd = "rm dist/*" },
98+
{ cmd = "rm -f dist/*" },
9999
{ cmd = "uv build" },
100100
{ ref = "build-sha" },
101101
]

0 commit comments

Comments
 (0)