Temporarily force-enable prereleases

Some users are struggling to read or understand the steps to enable
it.
This commit is contained in:
Damien Elmes 2025-06-20 19:05:30 +07:00
parent b2dc5a0263
commit 718f39fdf3

View file

@ -97,6 +97,9 @@ fn run() -> Result<()> {
command.env("UV_PRERELEASE", "allow");
}
// temporarily force it on during initial beta testing
command.env("UV_PRERELEASE", "allow");
if let Err(e) = command.ensure_success() {
// If sync fails due to things like a missing wheel on pypi,
// we need to remove the lockfile or uv will cache the bad result.