Commit 66863a1
committed
🐛 fix(release): use double quotes for tag variable expansion
Single quotes prevent bash variable expansion, so the temporary tag
was created as the literal string '${STEPS_V_OUTPUTS_VERSION}' instead
of the actual version. hatch-vcs then falls back to git describe,
producing a dev+local version that PyPI rejects.1 parent c2b0cee commit 66863a1
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
0 commit comments