From 47ddf71c52dd9bffd2ba3730cf086acd1d08f1ea Mon Sep 17 00:00:00 2001 From: KiraLT Date: Thu, 20 Jun 2024 16:04:55 +0300 Subject: [PATCH] chore: publish command fix --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9d8eed0..c335173 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ test-build = "task build && TESTMODE=true lambdex test --empty dist/certbot-lamb run-build = "task build && lambdex test --empty dist/certbot-lambda.zip" dev = "python -c 'from app.handler import handler; handler(None, None)'" prettify = "black ./app ./tests" -release = "semantic-release publish -h" +release = "semantic-release publish" [tool.semantic_release] version_variables = ["app/__init__.py:__version__", "pyproject.toml:version"]