docs: update for uv backend (#2736)

This commit is contained in:
Henry Schreiner
2026-02-08 08:35:24 -05:00
committed by GitHub
parent e0af304d30
commit 9d4c80f487
3 changed files with 22 additions and 9 deletions
@@ -107,13 +107,14 @@
},
"build-frontend": {
"default": "default",
"description": "Set the tool to use to build, either \"build\" (default), \"build[uv]\", or \"pip\"",
"description": "Set the tool to use to build, either \"build\" (default), \"build[uv]\", \"uv\", or \"pip\"",
"oneOf": [
{
"enum": [
"pip",
"build",
"build[uv]",
"uv",
"default"
]
},
@@ -129,6 +130,10 @@
"type": "string",
"pattern": "^build\\[uv\\]; ?args:"
},
{
"type": "string",
"pattern": "^uv; ?args:"
},
{
"type": "object",
"additionalProperties": false,
@@ -140,7 +145,8 @@
"enum": [
"pip",
"build",
"build[uv]"
"build[uv]",
"uv"
]
},
"args": {