From 31bb742903e95c880b55719472bfa198f3512d96 Mon Sep 17 00:00:00 2001 From: Guilhem Lavaux Date: Thu, 7 Nov 2024 13:42:13 +0200 Subject: [PATCH] fix: switch to github for release --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 17ded65..ffa8795 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,10 +75,9 @@ default_bump_level = 0 [tool.semantic_release.remote] name = "origin" -type = "gitea" +type = "github" ignore_token_for_push = false insecure = false -domain = "git.aquila-consortium.org" [tool.semantic_release.publish] dist_glob_patterns = ["dist/*"]