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
## Summary
It's incorrect to pass the resolution and dependency mode down to the
`BuildDispatch`, since it means that we'll use `--no-deps` when building
source distributions. If you set resolution to `lowest`, it also means
we end up using (e.g.) the lowest version of `wheel`, which also doesn't
make sense.
It's fine to pass `--exclude-newer`.
Closes#1355.
Closes#1563.
Tested with
uv 0.1.3
.Choose a package, in this example,
mypy
.Run:
This stalls for at least 30 minutes.
Seen on macOS (locally) and on Ubuntu (GitHub Actions).
The text was updated successfully, but these errors were encountered: