fix: remove unnecessary comments
CI / lint (push) Successful in 16s
CI / test (3.11) (push) Successful in 23s
CI / test (3.12) (push) Successful in 23s
CI / test (3.13) (push) Successful in 23s
Build and Publish / release (push) Failing after 12s

This commit is contained in:
2026-07-02 17:25:57 +02:00
parent 91166de646
commit 296d7e0ff4
2 changed files with 6 additions and 19 deletions
+4 -3
View File
@@ -25,10 +25,11 @@ minor_tags = ["feat"]
patch_tags = ["fix", "perf"]
default_bump_level = 0
[tool.semantic_release.remote]
[semantic_release.remote]
type = "gitea"
domain = "gitea.psi.ch"
name = "origin"
type = "github"
ignore_token_for_push = true
[tool.semantic_release.remote.token]
env = "GH_TOKEN"