fix: support -q for build/uv (#2737)
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user