jupyter-xeus / xeus-python-wheel

Building a PyPI wheel for xeus-python
BSD 3-Clause "New" or "Revised" License
12 stars 13 forks source link

Wrong wheel filename #44

Closed SylvainCorlay closed 4 years ago

SylvainCorlay commented 4 years ago

The produced wheels with the manylinux docker images are named

xeus_python-0.7.0-cp35-cp35m-linux_x86_64.whl
xeus_python-0.7.0-cp36-cp36m-linux_x86_64.whl
xeus_python-0.7.0-cp37-cp37m-linux_x86_64.whl
xeus_python-0.7.0-cp38-cp38-linux_x86_64.whl

While it should be

xeus_python-0.7.0-cp35-cp35m-manylinux2010_x86_64.whl
xeus_python-0.7.0-cp36-cp36m-manylinux2010_x86_64.whl
xeus_python-0.7.0-cp37-cp37m-manylinux2010_x86_64.whl
xeus_python-0.7.0-cp38-cp38-manylinux2010_x86_64.whl