When publishing to Connect I would like to be able to use uv to install the dependencies on Connect, to speed things up. Our platform devs have set the AllowUV
config option to true, so we have that sorted. In the Posit Connect release notes it says:
Deployment manifests can now provide a
package_manager.allow_uv=true
option to request the use ofuv
for deployments if available.
My question is: how can we set that option in the manifest? Is the only option to amend it manually?