Skip to content

Commit 3e2a9aa

Browse files
committed
fix: regenerate schema
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 10c727e commit 3e2a9aa

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

bin/generate_schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
type: string_array
6464
build-frontend:
6565
default: default
66-
description: Set the tool to use to build, either "pip" (default for now), "build", or "build[uv]"
66+
description: Set the tool to use to build, either "build" (default), "build[uv]", or "pip"
6767
oneOf:
6868
- enum: [pip, build, "build[uv]", default]
6969
- type: string

cibuildwheel/resources/cibuildwheel.schema.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1103,6 +1103,12 @@
11031103
"environment": {
11041104
"$ref": "#/properties/environment"
11051105
},
1106+
"xbuild-tools": {
1107+
"$ref": "#/properties/xbuild-tools"
1108+
},
1109+
"pyodide-version": {
1110+
"$ref": "#/properties/pyodide-version"
1111+
},
11061112
"repair-wheel-command": {
11071113
"$ref": "#/properties/repair-wheel-command"
11081114
},
@@ -1120,6 +1126,9 @@
11201126
},
11211127
"test-requires": {
11221128
"$ref": "#/properties/test-requires"
1129+
},
1130+
"test-environment": {
1131+
"$ref": "#/properties/test-environment"
11231132
}
11241133
}
11251134
},

0 commit comments

Comments
 (0)