Skip to content

Commit f6d8f3a

Browse files
committed
build: Add a default build command.
Python semantic release does not build the project by default, just tags it. So if we want to publish the project to PyPI we need to add the build command.
1 parent 53c8f3f commit f6d8f3a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

backend/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,6 @@ dependencies = {file = "requirements/base.in"}
4444
[tool.setuptools.packages.find]
4545
include = ["sample_plugin*"]
4646
exclude = ["sample_plugin.tests*"]
47+
48+
[tool.semantic_release]
49+
build_command = "python -m build"

0 commit comments

Comments
 (0)