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
Run the posy frontend to get metadata using the prepare_metadata_for_build_wheel hook and associate this metadata with the artifact. Probably need to modify the frontend to suit our use-case.
During installation
Run the posy frontend to build the wheel using the build_wheel function to actually build and save it in the wheel cache Create a wheel cache #79
Important note is that the prepare_metadata_for_build_wheel need not exist so we need to differentiate between this in some way, if it was build or if it has just created the metadata.
The text was updated successfully, but these errors were encountered:
When we have access to venv's from #78 we can then use the posy build-frontend to actually build the wheel from an Sdist.
To do this:
During resolution:
prepare_metadata_for_build_wheel
hook and associate this metadata with the artifact. Probably need to modify the frontend to suit our use-case.During installation
build_wheel
function to actually build and save it in the wheel cache Create a wheel cache #79Important note is that the
prepare_metadata_for_build_wheel
need not exist so we need to differentiate between this in some way, if it was build or if it has just created the metadata.The text was updated successfully, but these errors were encountered: