From bc3c63c1cd5311a300cc7a7e832a341ccdd19f1b Mon Sep 17 00:00:00 2001 From: Patryk Mikulski Date: Mon, 22 Apr 2024 13:54:13 +0200 Subject: [PATCH] chore: configure semantic release --- pyproject.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8d08ff5..f491998 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,11 +69,6 @@ upload_to_release = true [tool.semantic_release.branches.main] match = "(main)" -[tool.semantic_release.remote.token] -env = "GH_TOKEN" - -[tool.semantic_release.remote.token] -env = "GH_TOKEN" [build-system] requires = ["poetry-core>=1.9"]