Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[core] fix wheel timestamp check (#4488)
Previously, we were only taking the max timestamp of all the subdirectories of the given directory. So the timestamp could be incorrect if only a file changed, and no directory changed. This fixes the issue by looking at all directories and files given by os.walk().
- Loading branch information