The pytango_dbg wheels are invalid

Pip does not like that the pytango_dbg wheels on the release page do not match the name of the distinfo contained in the wheel. When I run pip install I get the following:

> pip install ~/Downloads/pytango_dbg-10.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Processing /home/tom/Downloads/pytango_dbg-10.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
ERROR: pytango-dbg has an invalid wheel, pytango-dbg has an invalid wheel, .dist-info directory 'pytango-10.0.0.dist-info' does not start with 'pytango-dbg'

Renaming the file to pytango-10.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl allows me to install it and it seems to work as expected.

Edited by Thomas Ives