In GitHub actions, I install uv with pip and then run command: uv pip install wheel --python 3.9. Before the 0.2.0 release, this used to work fine and uv did discover Python. Now after 0.2.0 release, ...