Commit a736c3d
Fix uv build output directory in workspace context
uv build from a workspace member directory outputs to the workspace
root's dist/, not the member's dist/. Add --output-dir dist to both
cuda_pathfinder and cuda_python uv build calls so wheels land where
subsequent steps expect them.
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent 9c9757f commit a736c3d
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
274 | | - | |
| 274 | + | |
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
| |||
0 commit comments