Skip to content

Commit c0d455a

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 4b5ab9a commit c0d455a

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
@@ -89,7 +89,6 @@ packages = ["openadapt_ml"]
8989
version_toml = ["pyproject.toml:project.version"]
9090
branch = "main"
9191
commit_message = "chore: release {version}"
92-
build_command = "uv build"
9392

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

0 commit comments

Comments
 (0)