-
Notifications
You must be signed in to change notification settings - Fork 308
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't upload Django with twine 1.6.0+ #140
Comments
From PyPI's sentry: AttributeError: 'list' object has no attribute 'startswith'
File "src/webui.py", line 432, in run
self.inner_run()
File "src/webui.py", line 802, in inner_run
getattr(self, action)()
File "src/webui.py", line 2890, in file_upload
if signature and not signature.startswith("-----BEGIN PGP SIGNATURE-----"): |
Hey @timgraham thanks for reporting this. I just merged #138 to fix #137 which is a duplicate of this. |
@timgraham can you test master before I release it on Monday? |
I've already uploaded the files with the old version -- is there an easy way to test? |
You can use |
|
Maybe it's supposed to be: |
Ah yeah it should be |
I was able to test master over the weekend and verified I could upload twine 1.6.2 to Test PyPI with a signature using master. That has been released as 1.6.3 as of this morning. Thanks again for the report @timgraham |
Downgrading to 1.5.0 allowed the upload to work.
The text was updated successfully, but these errors were encountered: