Commit 49a2074
committed
py(deps[uv-sources]): drop temporary local-path overrides
why: the [tool.uv.sources] block pinned gp-sphinx, gp-opengraph, and
gp-sitemap to ../gp-sphinx/packages/<pkg> editable paths so the
in-progress seo-packages branch could be exercised end-to-end on a
laptop. CI cannot reach those paths, and keeping the override in
place makes the seo-packages branch's CI behaviour different from
every other branch's. Drop the override so the branch resolves all
its dependencies from PyPI like main does — that is the cleanest
substrate for testing the docs-publish flow on its own merits.
what:
- pyproject.toml: remove the entire [tool.uv.sources] block plus its
leading comment block (lines 112-118 before this change)
- uv.lock: regenerate against PyPI; gp-opengraph and gp-sitemap leave
the dep tree (they never published yet) and sphinxext-opengraph
v0.13.0 returns as it was before the local override1 parent b77ca9c commit 49a2074
2 files changed
Lines changed: 35 additions & 71 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | 112 | | |
121 | 113 | | |
122 | 114 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments