Skip to content

Commit e94c34a

Browse files
authored
fix: semantic release build cmd (#119)
1 parent 5066162 commit e94c34a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ build-backend = "poetry.core.masonry.api"
219219
allow_zero_version = true
220220
assets = []
221221
branch = "main"
222-
build_command = "python -m build"
222+
build_command = ""
223223
build_command_env = []
224224
changelog_file = "CHANGELOG.md"
225225
commit_message = "{version}\n\nAutomatically generated by python-semantic-release"

0 commit comments

Comments
 (0)