fix: support -q for build/uv (#2737)

This commit is contained in:
Henry Schreiner
2026-02-13 20:47:03 -05:00
committed by GitHub
parent 27fd6ecc3c
commit bb153041f0
9 changed files with 46 additions and 23 deletions
+2
View File
@@ -457,6 +457,7 @@ def build_wheel(state: BuildState) -> Path:
state.options.build_frontend,
state.options.build_verbosity,
state.options.config_settings,
py38=False,
),
env=state.android_env,
)
@@ -474,6 +475,7 @@ def build_wheel(state: BuildState) -> Path:
state.options.build_frontend,
state.options.build_verbosity,
state.options.config_settings,
py38=False,
),
env=state.android_env,
)