From ee93c872e6729ac2fda2f54f92706e40f1365054 Mon Sep 17 00:00:00 2001 From: pyoor Date: Wed, 24 Jul 2024 15:38:00 -0400 Subject: [PATCH] fix: trigger new build to verify CI configuration --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7c140ade..b27298f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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