We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I defined UV_INDEX following this documentation.
UV_INDEX
But then adding any pypi package like, say, uv add pandas ends up adding
uv add pandas
[[tool.uv.index]] url = ...
to my pyproject.toml, where the url includes my PAT. I would rather not have my PAT git-tracked. What's the recommended solution?
Darwin 24.3.0 arm64
uv 0.5.4
The text was updated successfully, but these errors were encountered:
Since you're already using [[tool.uv.index]] in your pyproject.toml, perhaps you could also try this? However, I'm not sure from which version this feature is supported. https://docs.astral.sh/uv/configuration/indexes/#providing-credentials
[[tool.uv.index]]
pyproject.toml
Sorry, something went wrong.
That worked! Here is a PR to clarify the docs #11709
No branches or pull requests
Question
I defined
UV_INDEX
following this documentation.But then adding any pypi package like, say,
uv add pandas
ends up addingto my pyproject.toml, where the url includes my PAT. I would rather not have my PAT git-tracked. What's the recommended solution?
Platform
Darwin 24.3.0 arm64
Version
uv 0.5.4
The text was updated successfully, but these errors were encountered: