I have generated a wheel package for windows, linux and mac platform with latest python[3.11].
What happens is if i have built wheel on linux, only that wheel can be uploaded and along with .tar.gz file. But i want to build wheel package on other platform as well and it has to be uploaded from one machine and which is not happening for me.
I tried to upload these packages on my windwos, i got the error as: Binary wheel has an unsupported platform tag 'linux_x86_64'
Kindly help me in packaging these with one package.
Thanks
I expected to have all the packages to be uploaded in one package having windows, linux and mac [both 32-bit and 64-bit].