From d389c187a45c69f7697660b628335192837fe3ff Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Thu, 25 May 2023 14:10:41 -0400 Subject: No more GPG on PyPI --- tasks.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks.py b/tasks.py index 93c54466..361d9cda 100644 --- a/tasks.py +++ b/tasks.py @@ -101,7 +101,7 @@ def guard(ctx, opts=""): # projects do it. @task def publish_( - ctx, sdist=True, wheel=True, sign=True, dry_run=False, index=None + ctx, sdist=True, wheel=True, sign=False, dry_run=False, index=None ): """ Wraps invocations.packaging.publish to add baked-in docs folder. @@ -152,7 +152,7 @@ ns.configure( # NOTE: many of these are also set in kwarg defaults above; but # having them here too means once we get rid of our custom # release(), the behavior stays. - "sign": True, + "sign": False, "wheel": True, "changelog_file": join( www.configuration()["sphinx"]["source"], "changelog.rst" -- cgit v1.2.3