You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pressed binary Linux wheels cannot be directly uploaded to PyPI, as outlined here. Binary Linux wheels must follow the manylinux tagging scheme in order to allow upload to PyPI.
If you press a conda package into a wheel now and try uploading it to PyPI right away, you will receive something like: Binary wheel '<your_wheel_name>-linux_x86_64.whl' has an unsupported platform tag 'linux_x86_64'.
Do conda packages have the necessary metadata for us to make a 1-to-1 mapping to a manylinux tag?
If not, what would be the effort to make that mapping? There aren't many manylinux tags to choose from, so maybe that's an easy thing to do.
The text was updated successfully, but these errors were encountered:
Pressed binary Linux wheels cannot be directly uploaded to PyPI, as outlined here. Binary Linux wheels must follow the manylinux tagging scheme in order to allow upload to PyPI.
If you press a conda package into a wheel now and try uploading it to PyPI right away, you will receive something like:
Binary wheel '<your_wheel_name>-linux_x86_64.whl' has an unsupported platform tag 'linux_x86_64'.
I chose the pythonocc-core package for example.
Do conda packages have the necessary metadata for us to make a 1-to-1 mapping to a
manylinux
tag?If not, what would be the effort to make that mapping? There aren't many
manylinux
tags to choose from, so maybe that's an easy thing to do.The text was updated successfully, but these errors were encountered: