fix: semantic release config
CI / lint (push) Successful in 16s
Build and Publish / release (push) Successful in 15s
CI / test (3.11) (push) Successful in 23s
CI / test (3.12) (push) Successful in 25s
CI / test (3.13) (push) Successful in 25s

This commit is contained in:
2026-07-02 22:02:20 +02:00
committed by perl_d
parent 91166de646
commit 67d0950d5a
3 changed files with 8 additions and 23 deletions
+3 -4
View File
@@ -26,12 +26,11 @@ patch_tags = ["fix", "perf"]
default_bump_level = 0
[tool.semantic_release.remote]
name = "origin"
type = "github"
ignore_token_for_push = true
type = "gitea"
domain = "gitea.psi.ch"
[tool.semantic_release.remote.token]
env = "GH_TOKEN"
env = "GITEA_TOKEN"
[tool.semantic_release.publish]
dist_glob_patterns = ["dist/*"]