Open
Description
I notice that PyQt on pypi.org has split out the Qt c++ libraries as PyQt6-Qt6 where the wheel files have py3-none-*
tags instead of interpreter specific cp*-cp*-*
tags. So they can upload only 4 of these large wheel files per release, as opposed to ~30 files currently uploaded for epicscorelibs.
Need to investigate when pip started supporting tags like py3-none-manylinux_2_28_x86_64
.
see also
python -m pip debug --verbose
...
Compatible tags: ...
...