Skip to content

Commit ffbdfc7

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 ffbdfc7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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)