diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-01-16 10:55:18 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-01-16 10:55:18 -0500 |
commit | 3f702d545e8fcb20d60224420b9c3b20a0700608 (patch) | |
tree | 3cb4d4064e6394ca73809d0871abe59c9f0803ac | |
parent | b6056e0aa0de04bc1fe702f299d8187a8c224a03 (diff) | |
download | external_python_setuptools-3f702d545e8fcb20d60224420b9c3b20a0700608.tar.gz external_python_setuptools-3f702d545e8fcb20d60224420b9c3b20a0700608.tar.bz2 external_python_setuptools-3f702d545e8fcb20d60224420b9c3b20a0700608.zip |
Omit cert and client_cert, the latest release of twine is different than what is seen in master.
-rw-r--r-- | scripts/upload-old-releases-as-zip.py | 2 |
1 files changed, 0 insertions, 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, ) |