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 b6138c3 commit c5260baCopy full SHA for c5260ba
pyproject.toml
@@ -31,8 +31,19 @@ dev = [
31
"websockets>=15.0.1",
32
]
33
34
+[project.optional-dependencies]
35
+build = ["uv ~= 0.9.10"]
36
+
37
+[tool.uv]
38
+package = false
39
40
[tool.semantic_release]
41
version_toml = ["pyproject.toml:project.version"]
42
+build_command = """
43
+ python -m pip install -e '.[build]'
44
+ uv lock --upgrade-package "$PACKAGE_NAME"
45
+ git add uv.lock
46
+"""
47
commit_parser = "conventional"
48
commit_message = "chore(release): {version}\n\nAutomatically generated by python-semantic-release"
49
major_on_zero = true
0 commit comments