From 1ef6348e8159bda954d91d40ac8edfce678d30e4 Mon Sep 17 00:00:00 2001 From: codejedi365 Date: Fri, 30 Aug 2024 20:56:42 -0600 Subject: [PATCH] chore(conf): update `build_command` to actually commit version numbers in docs we stamped manually --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index d9041a707..90ec9ce5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -376,6 +376,7 @@ logging_use_named_masks = true commit_parser = "angular" build_command = """ python -m scripts.bump_version_in_docs + git add docs/* python -m pip install -e .[build] python -m build . """