Skip to content

Commit

Permalink
chore: publish command fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KiraLT committed Jun 20, 2024
1 parent 632c665 commit 47ddf71
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 @@ -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"]
Expand Down

0 comments on commit 47ddf71

Please sign in to comment.