Skip to content

Commit ee93c87

Browse files
committed
fix: trigger new build to verify CI configuration
1 parent f238af7 commit ee93c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ disable = [
118118
log_level = "DEBUG"
119119

120120
[tool.semantic_release]
121-
build_command = "poetry build && twine upload dist/*"
121+
build_command = "poetry build && twine --verbose upload dist/*"
122122
build_command_env = ["TWINE_PASSWORD", "TWINE_USERNAME"]
123123
commit_subject = "chore(release): {version} [skip ci]"
124124
upload_to_vcs_release = false

0 commit comments

Comments
 (0)