Skip to content

Commit 1dd17de

Browse files
committed
COMP: Update linux wheel locator for notebook testing
Recent wheels are named, e.g.: itk_splitcomponents-2.3b1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl Remove the dash in case "manylinux_2_27_x86_64." is present.
1 parent e105982 commit 1dd17de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-test-package-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ jobs:
396396
- name: Install Python Package Artifact
397397
run: |
398398
ls .
399-
wheel_name_full=`(find . -name "*cp3${{ fromJSON(inputs.python3-minor-versions)[0] }}*-manylinux_2_28_x86_64.whl")`
399+
wheel_name_full=`(find . -name "*cp3${{ fromJSON(inputs.python3-minor-versions)[0] }}*manylinux_2_28_x86_64.whl")`
400400
echo "wheel_name_full ${wheel_name_full}"
401401
# extract wheel name which may be an abbreviation of the module name
402402
# ex. ./itk_splitcomponents-cp310..._64.whl -> itk-splitcomponents

0 commit comments

Comments
 (0)