-
-
Notifications
You must be signed in to change notification settings - Fork 475
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
Cleanup in PyPI / pip releases #329
Comments
Just to confirm — how are we meant to be installing cefpython3 now? |
@aidos You can install previous releases using packages attached to GitHub releases. v56.1 release wasn't yet published, it will be ready within a few hours. |
Thanks, that's what I did in the end. I was going to post the issue on the tracker and saw the note about using the google forums then saw your post over there about being in the middle of a release. Will leave you to it :-) |
v56.1 can now be installed using pip. PyPI release: https://pypi.python.org/pypi/cefpython3/56.1 |
A new v56.1 release for Windows / Linux / Mac is being prepared.
Many of v50+ wheels were uploaded to v31.2 release on PyPI. This is wrong. A new release must be created before uploading new wheels. When using twine tool this is done automatically. Today I've tried moving 56.0 windows/mac wheels into v56.0 release, however you can't re-upload files that were already uploaded once. So right now the v56.0 wheels are deleted from pypi. Same for v53, v54 and v55 that were uploaded within v31.2 release. GitHub old releases must be updated with info saying they are no more installable using pip.
The text was updated successfully, but these errors were encountered: