Skip to content

Commit b287c95

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 0ca38cb commit b287c95

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
@@ -69,7 +69,6 @@ python_files = ["test_*.py"]
6969
version_toml = ["pyproject.toml:project.version"]
7070
branch = "main"
7171
commit_message = "chore: release {version}"
72-
build_command = "uv build"
7372

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

0 commit comments

Comments
 (0)