We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a28b265 + 9534d2d commit 4df00efCopy full SHA for 4df00ef
1 file changed
scripts/internal/manylinux-build-module-wheels.sh
@@ -167,6 +167,6 @@ done
167
168
if compgen -G "dist/itk*-linux*.whl" > /dev/null; then
169
for itk_wheel in dist/itk*-linux*.whl; do
170
- mv ${itk_wheel} ${itk_wheel/linux/manylinux${MANYLINUX_VERSION}}
+ rm ${itk_wheel}
171
done
172
fi
0 commit comments