From bbc20df150279d3055651952c7692344e16870e5 Mon Sep 17 00:00:00 2001 From: Kevin Montag Date: Tue, 2 Jul 2024 09:37:39 +0200 Subject: [PATCH] build: update semantic release build command --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 32185c3..b90a670 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ extend-ignore = ["E501"] [tool.semantic_release] assets = [] -build_command = "hatch build" +build_command = "python -m hatch build" build_command_env = [] commit_message = "{version}\n\nAutomatically generated by python-semantic-release" commit_parser = "angular"