Merge pull request #347 from radarhere/repair_wheelhouse_rm
MRG: Only remove original wheel if new wheel is created We were getting errors when pip downloads a binary wheel, we attempt repair giving a wheel with the same filename, and then delete the original (and therefore, new) wheel on the basis that we have created a new one. Back off to logic that, if repair generates a wheel with the same filename, we copy the original and discard the repaired version.
Showing
Please register or sign in to comment