Skip to content

Commit 5ac00cc

Browse files
committed
fix: uv.lock was always a release behind
1 parent cdaf0d7 commit 5ac00cc

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,11 @@ score = "no"
6969
[tool.semantic_release]
7070
version_toml = ["pyproject.toml:project.version"]
7171
branch = "main"
72-
build_command = "uv build && git add uv.lock"
72+
build_command = """
73+
uv lock
74+
git add uv.lock
75+
uv build
76+
"""
7377
tag_format = "{version}"
7478
commit_version_number = true
7579
commit_message = "RELEASE: {version}"

0 commit comments

Comments
 (0)