posts/azure-artifacts-uv/ #229
Replies: 2 comments 6 replies
-
This one is great!
Do you face with the current UV (0.5.24) similar issues? |
Beta Was this translation helpful? Give feedback.
6 replies
-
I just want to add, that I had issues in some circumstances if I didn't also set the `UV_INDEX_{NAME}_USERNAME` environment variable. I'll update the post later today.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
posts/azure-artifacts-uv/
Introduction # I love the new uv Python package/project manager and am beginning to adopt it at work. However, getting it working well with Azure Artifacts and Pipelines took a bit of fiddling so I wanted to write up my findings to supplement the official documentation.
Setup # Before creating the virtual environment, ensure you have the keyring tool installed with the artifacts-keyring package. This will require a .NET 8+ runtime.
https://blog.nathanv.me/posts/azure-artifacts-uv/
Beta Was this translation helpful? Give feedback.
All reactions