diff --git a/backend/pyproject.toml b/backend/pyproject.toml index e0178d3..1d87449 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -44,3 +44,6 @@ dependencies = {file = "requirements/base.in"} [tool.setuptools.packages.find] include = ["sample_plugin*"] exclude = ["sample_plugin.tests*"] + +[tool.semantic_release] +build_command = "python -m build"