Change 'bdist_wheel' to 'wheel build'.

This commit is contained in:
Chris Hunt 2019-09-04 20:13:42 -04:00
parent 7e9f81244c
commit ec4f59c8aa
1 changed files with 1 additions and 1 deletions

View File

@ -812,7 +812,7 @@ def should_use_ephemeral_cache(
if "binary" not in format_control.get_allowed_formats(
canonicalize_name(req.name)):
logger.info(
"Skipping bdist_wheel for %s, due to binaries "
"Skipping wheel build for %s, due to binaries "
"being disabled for it.", req.name,
)
return None