From f2e4a30fe273152ee1fb85bd737451d62b7d3706 Mon Sep 17 00:00:00 2001 From: Julien Fraichot Date: Wed, 6 Mar 2024 17:43:37 +0100 Subject: [PATCH] chore(SemanticRelease): specify upload to pypi - maybe --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 2fb784e2..68e26ba8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,6 +9,7 @@ version_variables = [ "cert_issuer/__init__.py:__version__" ] build_command = "python3 setup.py sdist bdist_wheel" +upload_to_pypi = true [tool.semantic_release.branches.main] match = "(main|master)"