We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 580910a commit ea31f23Copy full SHA for ea31f23
1 file changed
.github/workflows/publish.yml
@@ -67,5 +67,5 @@ jobs:
67
sync_project "$project_dir"
68
rm -rf "$project_dir/dist"
69
uv build --project "$project_dir" --out-dir "$project_dir/dist"
70
- uv publish "$project_dir/dist"
+ uv publish "$project_dir"/dist/*
71
done < <(project_dirs)
0 commit comments