From 16e94f78ac906bbc377288d2109aec107dec9c04 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Tue, 23 May 2023 10:54:05 -0400 Subject: [PATCH] Don't sign releases to PyPI anymore Re https://blog.pypi.org/posts/2023-05-23-removing-pgp/ --- tasks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks.py b/tasks.py index 63930a1c..75500f87 100644 --- a/tasks.py +++ b/tasks.py @@ -120,7 +120,6 @@ def regression(c, jobs=8): "find_opts": "-and -not \( -path './invoke/vendor*' -or -path './build*' \)" # noqa }, "packaging": { - "sign": True, "wheel": True, "check_desc": True, "changelog_file": os.path.join(