I have been using morgan script on both Windows 11 and Linux (Fedora and Debian) OSes. I noticed that it was looking for the wrong platform tag in the file name when looking for Windows wheels. So I edited the configurator and the mirrorer, so it uses sysconfig.get_platform() based on the PyPA specifications.
I have been using morgan script on both Windows 11 and Linux (Fedora and Debian) OSes. I noticed that it was looking for the wrong platform tag in the file name when looking for Windows wheels. So I edited the configurator and the mirrorer, so it uses sysconfig.get_platform() based on the PyPA specifications.