Skip to content

Commit ed933f6

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 7ed3de2 commit ed933f6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ line-length = 100
9494
version_toml = ["pyproject.toml:project.version"]
9595
branch = "main"
9696
commit_message = "chore: release {version}"
97-
build_command = "uv build"
9897

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

0 commit comments

Comments
 (0)