-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds step to validate that wheels are built successfully across platforms. Tailored to match granularity of build processes on each runner platform: - Each Linux job expects one wheel output and verifies Python version, toolset, target platform, target architecture; - Each Windows job expects one wheel output and verifies Python version, target platform; - Each macOS job expects one wheel output per Python version (currently 3.7-3.11) and verifies target platform and wheel count `twine` Python package is used to validate wheel names match PyPI conventions. Addresses InsightSoftwareConsortium#38
- Loading branch information
Showing
1 changed file
with
55 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters