Commit 8d9177c
committed
Use uv add instead of sed to pin intra-workspace dep
uv add --package palace-opds 'palace-util==X.Y.Z' rewrites the
dependency spec in pyproject.toml without relying on a literal text
match (sed would break if the dep line ever changes formatting).
It resolves against the workspace source, so the pinned version does
not need to exist on PyPI yet — important for the publish step, where
the version is being uploaded now.1 parent e91387b commit 8d9177c
1 file changed
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
88 | 91 | | |
89 | | - | |
90 | | - | |
91 | | - | |
| 92 | + | |
92 | 93 | | |
93 | 94 | | |
94 | 95 | | |
| |||
0 commit comments