Skip to content

Commit ac7a3ca

Browse files
ci: fix wheel repair command
1 parent 85e8618 commit ac7a3ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
CIBW_REPAIR_WHEEL_COMMAND: "
3636
python -m pip install wheel &&
3737
python -m wheel tags --platform-tag ${{ inputs.platform-tag }} --remove {wheel} &&
38-
cp $(dirname {wheel})/slicer_core*.whl {dest_dir}"
38+
cp $(dirname {wheel})/slicer_layer_dm*.whl {dest_dir}"
3939

4040
steps:
4141
# Build and test wheels

0 commit comments

Comments
 (0)