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"