Skip to content
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

Update doc to include latest PEP 513 and many linux uploads to Pypi #238

Open
pombredanne opened this issue May 29, 2016 · 6 comments
Open

Comments

@pombredanne
Copy link

pombredanne commented May 29, 2016

The current doc is outdated and states only that Linux wheels are not supported on Pypi.
They are now with the latest versions of Pip under some conditions thanks to https://github.com/pypa/manylinux

@brettcannon
Copy link
Member

This is specifically mentioned in https://packaging.python.org/distributing/#platform-wheels in a note.

@edmorley
Copy link

It's not clear to me whether that note is now out of date, or whether PyPI doesn't yet support manylinux (and that it was just that support was added to pip so far).

@ncoghlan
Copy link
Member

The note is out of date, we just missed fixing it when support was enabled on PyPI. See numpy for example: https://pypi.python.org/pypi/numpy

@ncoghlan
Copy link
Member

094aad1 at least fixes the note @brettcannon referenced. (Unfortunately, I mentioned the wrong issue in the commit message)

@edmorley
Copy link

Many thanks :-)

@edmorley
Copy link

Whilst the docs now mention manylinux1 after #283, it would be great if it was easier to find example projects that have a working build/upload setup eg using Travis. I found this example project, but I wonder if there are any other real-world examples too?
https://github.com/pypa/python-manylinux-demo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants