pypa/wheel

Requesting to share a info in uploading wheel package to testpypi

Earammak opened this issue · 1 comments

For our project, built wheel file [ via command: python -m build] for latest python version 3.11 for linux, mac and windows.
I was able to create source distribution and built distribution under dist of the respective platform.

I wanted to upload them in testpypi having different wheel package for different platform. And I tried this on windows having these wheels in windows.
Getting the error as: Binary wheel has an unsupported platform tag 'linux_x86_64'

I request you to share info in release process for a package.

I suggest you familiarize yourself with the manylinux standard. Start from here.