On PyPI, decord 0.6.0 is published as decord-0.6.0-py3-none-manylinux2010_x86_64.whl, but the WHEEL file in the .dist-info directory says:
Wheel-Version: 1.0
Generator: bdist_wheel (0.36.2)
Root-Is-Purelib: false
Tag: cp36-cp36m-manylinux2010_x86_64
This causes problems for all tools that read the WHEEL file, they will assume the package is incompatible with the current environment. For uv, this causes it to always reinstall (astral-sh/uv#15832). Would it be possible to ensure that the tag in the WHEEL file and the one in the wheel filename are always the same?