Multi-platform: support multiple files per version #201
@ -508,12 +508,12 @@ class BuildValidator:
|
||||
if 'generated' not in value:
|
||||
return
|
||||
if 'platforms' in value['generated']:
|
||||
if plafroms_error := PlatformsValidator.validate(
|
||||
if plaforms_error := PlatformsValidator.validate(
|
||||
name=name,
|
||||
value=value['generated']['platforms'],
|
||||
manifest=manifest,
|
||||
):
|
||||
return plafroms_error
|
||||
return plaforms_error
|
||||
|
||||
if 'wheels' in value['generated']:
|
||||
if wheels_error := WheelsValidator.validate(
|
||||
|
Loading…
Reference in New Issue
Block a user