We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54327d4 commit ecdad6bCopy full SHA for ecdad6b
template/pyproject.toml.jinja
@@ -50,9 +50,9 @@ url = "https://test.pypi.org/simple/"
50
publish-url = "https://test.pypi.org/legacy/"{% endraw %}{% else %}{% raw %}
51
52
[[tool.uv.index]]
53
+default = true
54
name = "code-artifact-primary"
55
url = "https://{% endraw %}{{ repo_org_name }}{% raw %}-{% endraw %}{{ aws_central_infrastructure_account_id }}{% raw %}.d.codeartifact.{% endraw %}{{ aws_org_home_region }}{% raw %}.amazonaws.com/pypi/{% endraw %}{{ repo_org_name }}{% raw %}-primary/simple/"
-default = true
56
57
58
name = "code-artifact-staging"
0 commit comments