Commit 59fb484
authored
fix(cd) prefix version with v to adjust to uv/poetry 2.3.0 output (#3115)
CD used poetry 2.2.1 which reported the version of a package with `v`
prefix. By switching to poetry 2.3.0 or uv the output changed to just
the version number.
Prefixed the version number with `v` in the helper script to adjust to
this change.1 parent 0d632cb commit 59fb484
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments