fix: regenerate schema

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
This commit is contained in:
Henry Schreiner
2025-07-23 22:47:02 -04:00
parent 10c727eed9
commit 3e2a9aa6e8
2 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ properties:
type: string_array type: string_array
build-frontend: build-frontend:
default: default default: default
description: Set the tool to use to build, either "pip" (default for now), "build", or "build[uv]" description: Set the tool to use to build, either "build" (default), "build[uv]", or "pip"
oneOf: oneOf:
- enum: [pip, build, "build[uv]", default] - enum: [pip, build, "build[uv]", default]
- type: string - type: string
@@ -1103,6 +1103,12 @@
"environment": { "environment": {
"$ref": "#/properties/environment" "$ref": "#/properties/environment"
}, },
"xbuild-tools": {
"$ref": "#/properties/xbuild-tools"
},
"pyodide-version": {
"$ref": "#/properties/pyodide-version"
},
"repair-wheel-command": { "repair-wheel-command": {
"$ref": "#/properties/repair-wheel-command" "$ref": "#/properties/repair-wheel-command"
}, },
@@ -1120,6 +1126,9 @@
}, },
"test-requires": { "test-requires": {
"$ref": "#/properties/test-requires" "$ref": "#/properties/test-requires"
},
"test-environment": {
"$ref": "#/properties/test-environment"
} }
} }
}, },