Skip to content

Commit 3a51a7a

Browse files
committed
fix: disable Python package build in semantic-release
- Set build_command to empty string since this is not a Python package - Resolves 'No file/folder found for package homelab' error - This project is a shell script collection, not a Python package to build - semantic-release will still handle versioning, changelog, and GitHub releases
1 parent a28997f commit 3a51a7a

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
@@ -21,7 +21,7 @@ version_toml = ["pyproject.toml:tool.poetry.version"]
2121
branch = "main"
2222
upload_to_pypi = false
2323
upload_to_release = true
24-
build_command = "pip install poetry && poetry build"
24+
build_command = ""
2525
commit_message = "chore(release): {version}"
2626
commit_parser = "angular"
2727
major_on_zero = false

0 commit comments

Comments
 (0)