From 8294d24e61b4347af1b0ec97c5be7f9c45778cc3 Mon Sep 17 00:00:00 2001 From: Jan Willhaus Date: Sun, 21 Jan 2024 13:58:05 +0100 Subject: [PATCH] build: Can't sign releases in CI --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4ada171..99856d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,6 @@ version_files = [ "pyproject.toml:version = ", "podcast_archiver/__init__.py", ] -gpg_sign = true annotated_tag = true tag_format = "v$version" update_changelog_on_bump = true