Skip to content

Linux x64 wheel validation fails due to glob pattern check #121

@CavRiley

Description

@CavRiley

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}" ]; then

Cause:

[ -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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions