Great! I did some tests by uploading some Cython wheels from Matthew's collection with twine along with the official macosx wheel from the official pypi archive.
https://testpypi.python.org/pypi/Cython I checked that wheel filenames with tags such as manylinux1_x86_64.linux_x86_64 and linux_x86_64 are rejected as expected (while manylinux1_x86_64 alone works obviously). I also checked that pip 8.1 is able to install the wheel from that index: # pip install -i https://testpypi.python.org/pypi/ cython Collecting cython Downloading https://testpypi.python.org/packages/cp35/C/Cython/Cython-0.23.4-cp35-cp35m-manylinux1_x86_64.whl (6.2MB) 100% |████████████████████████████████| 6.2MB 153kB/s Installing collected packages: cython Successfully installed cython-0.23.4 # cython --version Cython version 0.23.4 Everything looks fine to me. -- Olivier http://twitter.com/ogrisel - http://github.com/ogrisel _______________________________________________ Wheel-builders mailing list [email protected] https://mail.python.org/mailman/listinfo/wheel-builders
