[2680892103] Upstream Reporter: Shubh Bapna
Upstream description:
In [_download_wheel_check](https://github.com/python-wheel-build/fromager/blob/main/src/fromager/wheels.py#L366) we currently just check whether the wheel file is a valid zip file. Lets instead check if it is a valid wheel file by using the `wheel.wheelfile.WheelFile` API as mentioned in https://github.com/python-wheel-build/fromager/issues/507#issuecomment-2492133631
- links to