Open pombredanne opened 8 years ago
This is specifically mentioned in https://packaging.python.org/distributing/#platform-wheels in a note.
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).
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
https://github.com/pypa/python-packaging-user-guide/commit/094aad139bb2f3dcec4cee4d925970eacb1b62e5 at least fixes the note @brettcannon referenced. (Unfortunately, I mentioned the wrong issue in the commit message)
Many thanks :-)
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
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