We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44f0f94 commit 9932e65Copy full SHA for 9932e65
Makefile
@@ -78,7 +78,7 @@ ifndef tag
78
$(error tag is not set)
79
endif
80
echo $(tag)
81
- sed -i 's|version = [^ ]*|version = "$(shell echo $(tag) | sed 's/^v//')"|' pyproject.toml
+ sed -i 's|^\(version = \).*|\1"$(shell echo $(tag) | sed 's/^v//')"|g' pyproject.toml
82
uv sync
83
git add pyproject.toml
84
git add uv.lock
0 commit comments