From 844e4416ccd9906dcc3d8f922f1ca512265ddd8f Mon Sep 17 00:00:00 2001 From: Marion Deveaud Date: Mon, 23 Feb 2026 17:19:31 +0100 Subject: [PATCH] chore: update version numbers to latest semantic release Configure build command for semantic release in pyproject.toml to inform the github "release" action how to build the package. --- docs-source/conf.py | 2 +- pyproject.toml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs-source/conf.py b/docs-source/conf.py index 4455f8d..818f6cd 100644 --- a/docs-source/conf.py +++ b/docs-source/conf.py @@ -22,7 +22,7 @@ copyright = "2021, Siemens AG" # The full version, including major/minor/patch tags -release = "3.3.2" +release = "3.4.0" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index f2c09c7..cf792e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fossology" -version = "3.3.2" +version = "3.4.0" description = "A library to automate Fossology from Python scripts" authors = ["Marion Deveaud "] license = "MIT License" @@ -25,6 +25,8 @@ exclude = ["tests/"] addopts = "--doctest-glob='*.rst' --doctest-modules" [tool.semantic_release] +build = "true" +build_command = "pip install poetry && poetry build" version_source = "tag" version_files = [ "pyproject.toml:version",