Multi-platform: support multiple files per version #201

Merged
Oleg-Komarov merged 43 commits from multi-os into main 2024-07-09 16:27:46 +02:00
Showing only changes of commit c336009d5b - Show all commits

View File

@ -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(