AcademySoftwareFoundation/openexr

Python wheel workflow should validate sdist

Open

#1,862 opened on Oct 2, 2024

 (1 comment) (0 reactions) (0 assignees)C (695 forks)auto 404
help wanted

Repository metrics

Stars
 (1,812 stars)
PR merge metrics
 (PR metrics pending)

Description

The python wheel workflow should have a validation step that does a pip install of the wheel, including a pip install --no-binary to verify the build-from-source actually works.

Contributor guide