python-wheel-build / fromager

Build your own wheels
https://pypi.org/project/fromager/
Apache License 2.0
3 stars 9 forks source link

ensure build commands pass version as class not str #212

Closed dhellmann closed 1 month ago

dhellmann commented 1 month ago

Convert the input string to a Version instance before calling the real build code.

Fixes #210