There was an error while loading. Please reload this page.
1 parent 1024906 commit 5b64930Copy full SHA for 5b64930
1 file changed
Taskfile.yml
@@ -15,7 +15,8 @@ tasks:
15
build:
16
desc: Builds the python package
17
cmds:
18
- - uv run pip install build
+ - rm -rf dist/*
19
+ - uv pip install build
20
- uv build --sdist --wheel
21
22
test:
0 commit comments