From 901073da89b6876fc44fa9862323b1a4e2f19085 Mon Sep 17 00:00:00 2001 From: Augustin Cisterne-Kaas Date: Thu, 5 Oct 2023 17:41:24 +0800 Subject: [PATCH] ci: pyproject semantic 8 (#59) --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a314c21..fd652fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,9 +41,10 @@ hebikani = 'hebikani.hebikani:main' [tool.semantic_release] version_variable = [ "hebikani/__init__.py:__version__", - "pyproject.toml:version" +] +version_toml = [ + "pyproject.toml:tool.poetry.version", ] branch = "main" -upload_to_pypi = true upload_to_release = true build_command = "pip install poetry && poetry build" \ No newline at end of file