Skip to content

Commit 9932e65

Browse files
committed
🐛 fix: pyproject black config
1 parent 44f0f94 commit 9932e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ ifndef tag
7878
$(error tag is not set)
7979
endif
8080
echo $(tag)
81-
sed -i 's|version = [^ ]*|version = "$(shell echo $(tag) | sed 's/^v//')"|' pyproject.toml
81+
sed -i 's|^\(version = \).*|\1"$(shell echo $(tag) | sed 's/^v//')"|g' pyproject.toml
8282
uv sync
8383
git add pyproject.toml
8484
git add uv.lock

0 commit comments

Comments
 (0)