You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libs/@local/python-example-two/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,6 @@ Second example package for the Python monorepo infrastructure ([H-6664](https://
8
8
It keeps two things exercised on every CI run:
9
9
10
10
-**Cross-package workspace dependencies:** this package depends on [`hash-python-example`](../python-example) via `[tool.uv.sources] hash-python-example = { workspace = true }` and imports from it in both the module and its tests.
11
-
-**The prune path:** pruned CI checkouts must retain *all* uv workspace members (see `.github/actions/prune-repository/prune.py`), which only shows up with more than one Python package in the workspace.
11
+
-**The prune path:** pruned CI checkouts must retain _all_ uv workspace members (see `.github/actions/prune-repository/prune.py`), which only shows up with more than one Python package in the workspace.
12
12
13
13
See [`python-example`](../python-example) for the general layout conventions.
0 commit comments