Skip to content

Commit 5b64930

Browse files
committed
fix(ci): clean dist directory before build
1 parent 1024906 commit 5b64930

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Taskfile.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ tasks:
1515
build:
1616
desc: Builds the python package
1717
cmds:
18-
- uv run pip install build
18+
- rm -rf dist/*
19+
- uv pip install build
1920
- uv build --sdist --wheel
2021

2122
test:

0 commit comments

Comments
 (0)