From e826b033eabfcdef098398432eba353e27de6579 Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Wed, 11 Oct 2023 17:40:46 +0100 Subject: [PATCH] chore: update PSR version_variables config Committed via https://github.com/asottile/all-repos --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 79ed8bc4..33c5e950 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,9 @@ furo = ">=2023.5.20" [tool.semantic_release] branch = "main" version_toml = ["pyproject.toml:tool.poetry.version"] -version_variable = "src/django_codemod/__init__.py:__version__" +version_variables = [ + "src/django_codemod/__init__.py:__version__", +] build_command = "pip install poetry && poetry build" [tool.semantic_release.changelog]