Goal: from current local build chain, do a cloud build chain for "dot" and "whl" Step1: - ask AI to translate current build steps in the cloud: - preparing the structure - finding a initial python install, an option is uv [standalones ](https://github.com/astral-sh/python-build-standalone) - puting it in the structure - adding complements - zipping result, - having result downloadable. - see the rough edges to solve trying to do so - resolve problems Step2: - iterate