-
Notifications
You must be signed in to change notification settings - Fork 790
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
uv build
does not respect extra-index-url configured in uv.toml
#9308
Comments
As far as I can tell it is working on my end. What does |
(Sorry, didn't mean to close.) |
Thanks for the fast response:
|
Are other settings (apart from index) respected? And / or when running other commands, like |
We don't have any other config settings except for the index in the
|
Thanks. One more question: what about |
Did you configure it in the |
Ah yeah, that almost certainly explains it. Are you using |
Thanks, using |
In our
pyproject.toml
file, ourbuild-system
dependencies list a package that is only available on a private index. Runninguv build
complains that this package cannot be found, even though the index is configured in~/.config/uv/uv.toml
. Bothuv pip install
andpython -m build
work fine. Also manually passing the relevant--extra-index-url
flag touv build
resolves the issue.Would it be possible for
uv build
to respect the index configured in theuv.toml
file?0.5.4
The text was updated successfully, but these errors were encountered: