From 4ba57e32bd8893b1663015264f7bc4cb0b1da4e2 Mon Sep 17 00:00:00 2001 From: Simon Brugman Date: Thu, 25 May 2023 18:39:17 +0200 Subject: [PATCH] fix: semantic-release build command --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 57e7b2fc..9de7ffd4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -185,6 +185,7 @@ markers = ["spark"] version_variable = [ "popmon/version.py:version", ] +build_command = "pip install build && python -m build" [tool.setuptools.dynamic] version = {attr = "popmon.version.version"}