Skip to content

Commit f2a1986

Browse files
committed
fix(ci): update build command in Taskfile.yml
1 parent bcfc752 commit f2a1986

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 build -v
18+
- uv run pip install build
19+
- uv build --sdist --wheel
1920

2021
test:
2122
desc: Runs tests on the code

0 commit comments

Comments
 (0)