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
It would be nice to be able to define a wheel-only = true option to the [pypi-option] so we don't required the ability to build in a specific environment to solve the dependencies.
uv has this option with the --only-binary, the naming should be easy for the users.
The text was updated successfully, but these errors were encountered:
Problem description
It would be nice to be able to define a
wheel-only = true
option to the[pypi-option]
so we don't required the ability to build in a specific environment to solve the dependencies.uv
has this option with the--only-binary
, the naming should be easy for the users.The text was updated successfully, but these errors were encountered: