From e92a88bcaa7565e7fef1e646537d2d108803bf38 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sat, 16 Jan 2016 10:55:18 -0500 Subject: Omit cert and client_cert, the latest release of twine is different than what is seen in master. --- scripts/upload-old-releases-as-zip.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/upload-old-releases-as-zip.py b/scripts/upload-old-releases-as-zip.py index 94fd1ce8..9737337c 100644 --- a/scripts/upload-old-releases-as-zip.py +++ b/scripts/upload-old-releases-as-zip.py @@ -250,8 +250,6 @@ class SetuptoolsOldReleasesWithoutZip: sign_with='gpg', config_file='~/.pypirc', skip_existing=False, - cert=None, - client_cert=None, ) -- cgit v1.2.1