The contents of the `WHEEL` file contradict the wheel tag
- Dominant language
- C++
- Stars
- 2.5k
- Forks
- 232
- PR merge metrics
- No merged PRs in 30d
Description
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 (https://github.com/astral-sh/uv/issues/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?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.