forked from pypa/cibuildwheel
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove same-named wheel before shutil.move
In adobe-type-tools/afdko#595 we attempt to build a py2.py3 wheel thus the filename of the wheel is the same as the previous ones, and it causes a shutil.Error https://travis-ci.org/adobe-type-tools/afdko/jobs/424691105#L1460 just remove the previous existing file before moving the new one (they'll be identical anyway, or at least they *should*).
- Loading branch information
1 parent
9f7fdbf
commit c9fffab
Showing
2 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters