From c83276324010aaa4ab3d89e1f4d1af2c27496df3 Mon Sep 17 00:00:00 2001 From: William Luke Date: Wed, 16 Mar 2022 09:20:55 +0300 Subject: [PATCH] ci: fix semantic release branch --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a821ffc..35d2c2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,7 +87,7 @@ testpaths = ["tests"] [tool.semantic_release] version_variable = ["cic/__init__.py:__version__", "pyproject.toml:version"] version_source = "commit" -branch = "main" +branch = "master" upload_to_repository = true upload_to_release = true build_command = "pip install poetry && poetry build"