Skip to content

Commit

Permalink
fix: trigger new build to verify CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
pyoor committed Jul 24, 2024
1 parent f238af7 commit ee93c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ disable = [
log_level = "DEBUG"

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

0 comments on commit ee93c87

Please sign in to comment.