-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
Problem
The validation step at L145 fails with "Wheel pattern not found" even though wheels exist.
After building wheels locally, I can use ls to find the wheels but using the commands from the action fail to find the wheel.
ls dist/itk_*cp310*manylinux_2_28*x86_64.whl
dist/itk_cuberille-2.7.3.dev8+gc33b1106b-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
# This fails ([ -f ] doesn't expand the glob):
if [ -f "${WHEEL_PATTERN}" ]; thenCause:
[ -f "${WHEEL_PATTERN}" ] doesn't expand the glob, so it fails to find files matching patterns like dist/itk_*cp310*manylinux_2_28*x86_64.whl.
This problem is also seen in this linux python build actions from a pull request in the Cuberille remote module
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels