Skip to content

Commit 2524767

Browse files
committed
fix: semantic release should only build PyPI packages, not containers
- Change build_command from orchestrator.sh to 'make build' - Implements single responsibility principle - Semantic release: version bumping + PyPI publishing only - Container Build workflow: handles container builds separately - Fixes version consistency issues (1.0.0 vs 0.1.0 vs 0.2.3) - Resolves Docker Hub vs GHCR registry confusion Fixes semantic release, SBOM, and container build workflow failures.
1 parent 7479aff commit 2524767

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ namespace_packages = true
286286

287287
[tool.semantic_release]
288288
version_variables = [".project.yml:project.version"]
289-
build_command = "./dev-tools/release/orchestrator.sh"
289+
build_command = "make build"
290290
major_on_zero = true
291291
allow_zero_version = true
292292
tag_format = "v{version}"

0 commit comments

Comments
 (0)