Skip to content

Commit 9534d2d

Browse files
authored
Merge pull request #291 from thewtex/auditwheel-clobber
BUG: Do not clobber auditwheel manylinux module wheel
2 parents d7148c1 + 3489284 commit 9534d2d

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)