Skip to content

Commit f58561d

Browse files
author
Vincent Vatelot
committed
fix: Update publish command in PypiTaskFile.yml to include all files in output directory
1 parent 47ad5c9 commit f58561d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tasks/PypiTaskFile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ tasks:
44
publish:
55
desc: Publish the project {{.PROJECT_NAME}} to PyPI
66
cmds:
7-
- uv publish --directory {{.OUT_DIR}}
7+
- uv publish {{.OUT_DIR}}/*
88
silent: true

0 commit comments

Comments
 (0)