Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upCannot make releases on PyPi #298
Comments
Hi there! Can you make a new PyPi release or is your account still linked to your OpenID? I'm using GitPython for a script here and need to set an alternative SSH key, which is a bit of a hack in the current PyPi version, because you can't pass an environment dict to the Repo::clone_from() method. I've to use the "private" Let me know if I can help you with the PyPi release. Cheers |
The issue described here is still present, unfortunately, and personally I don't believe it will be fixed. For now I can only recommend to use pip for installation, and provide a git branch/git repository URL instead of a pypi version, to get the latest one that way. |
@Byron I will add you as maintainer. |
@Byron You're now an owner of the GitPython package on PyPi. Let me know if you need anything else. If you need me best to message me @mtrier on twitter. I get way too many emails from GitHub. |
Thank you ! At last, I was able to create a new version. |
@Byron I'm really sorry about that. I totally missed this item. I'm glad we got it resolved. |
My previous PyPi account was based on OpenID, which is not supported anymore by google. Apparently PyPi didn't care which causes OpenID users to be unable to login to their accounts.
This renders me unable to make any updates on PyPi, neither to any of my other packages, nor to GitPython.
@empty If you happen to still have access to your account, could you please add
ByronBates
as maintainer to GitPython to fix this issue ?Thank you.