diff options
Diffstat (limited to 'Lib/packaging/command/upload_docs.py')
| -rw-r--r-- | Lib/packaging/command/upload_docs.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/packaging/command/upload_docs.py b/Lib/packaging/command/upload_docs.py index 03dd3ec..30e37b5 100644 --- a/Lib/packaging/command/upload_docs.py +++ b/Lib/packaging/command/upload_docs.py @@ -87,6 +87,7 @@ class upload_docs(Command): content_type, body = encode_multipart(fields, files) credentials = self.username + ':' + self.password + # FIXME should use explicit encoding auth = b"Basic " + base64.encodebytes(credentials.encode()).strip() logger.info("Submitting documentation to %s", self.repository) |
