Skip to content

Commit db01f86

Browse files
abrichrclaude
andcommitted
fix(ci): remove build_command from semantic-release config
The python-semantic-release action runs in a Docker container where uv is not available. Let the workflow handle building instead. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent a2dd7d5 commit db01f86

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ line-length = 100
8888
version_toml = ["pyproject.toml:project.version"]
8989
branch = "main"
9090
commit_message = "chore: release {version}"
91-
build_command = "uv build"
9291

9392
[tool.semantic_release.commit_parser_options]
9493
allowed_tags = ["build", "chore", "ci", "docs", "feat", "fix", "perf", "refactor", "style", "test"]

0 commit comments

Comments
 (0)