Skip to content

Commit 4df00ef

Browse files
committed
Merge branch 'release'
2 parents a28b265 + 9534d2d commit 4df00ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/internal/manylinux-build-module-wheels.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,6 @@ done
167167

168168
if compgen -G "dist/itk*-linux*.whl" > /dev/null; then
169169
for itk_wheel in dist/itk*-linux*.whl; do
170-
mv ${itk_wheel} ${itk_wheel/linux/manylinux${MANYLINUX_VERSION}}
170+
rm ${itk_wheel}
171171
done
172172
fi

0 commit comments

Comments
 (0)