We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcfc752 commit f2a1986Copy full SHA for f2a1986
1 file changed
Taskfile.yml
@@ -15,7 +15,8 @@ tasks:
15
build:
16
desc: Builds the python package
17
cmds:
18
- - uv build -v
+ - uv run pip install build
19
+ - uv build --sdist --wheel
20
21
test:
22
desc: Runs tests on the code
0 commit comments