fix(schema): small bug + prepare for SchemaStore (#1638)
* fix(schema): small bug + prepare for SchemaStore Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> * fix(schema): schema kw is supposed to have a number sign * fix(schema): differing conventions Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> --------- Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
This commit is contained in:
@@ -115,6 +115,9 @@ def update_proj(session: nox.Session) -> None:
|
||||
|
||||
@nox.session(reuse_venv=True)
|
||||
def generate_schema(session: nox.Session) -> None:
|
||||
"""
|
||||
Generate the cibuildwheel.schema.json file.
|
||||
"""
|
||||
session.install("pyyaml")
|
||||
output = session.run("python", "bin/generate_schema.py", silent=True)
|
||||
assert isinstance(output, str)
|
||||
|
||||
Reference in New Issue
Block a user