From 00f7296d098ca29f08307c5d7a69810482e75f86 Mon Sep 17 00:00:00 2001 From: BasudevBharatBhushan Date: Wed, 21 May 2025 00:49:26 +0530 Subject: [PATCH] update-workflow --- setup.cfg | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index a89f50a..d062937 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,11 +1,13 @@ [semantic_release] version_source = tag upload_to_pypi = true -branch = release-main -# branches = master,release-main commit = false push = false +[semantic_release.release_groups.default] +# Configure which branches should trigger releases +branches = ["release-main"] + [semantic_release.plugins] version = "semantic_release.version.python_version.Version" build = "semantic_release.build.PythonBuildCommand"