Skip to content

Commit 6a074c8

Browse files
committed
fix: Ensure uv.lock gets updated by a release
1 parent 02e95e8 commit 6a074c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ score = "no"
6969
[tool.semantic_release]
7070
version_toml = ["pyproject.toml:project.version"]
7171
branch = "main"
72-
build_command = "uv build"
72+
build_command = "uv build && git add uv.lock"
7373
tag_format = "{version}"
7474
commit_version_number = true
7575
commit_message = "RELEASE: {version}"

0 commit comments

Comments
 (0)