mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
In the .dist-info/METADATA file, the version was not being written with the new sha. On python <3.11 (I think), the glob `**` will only match directories, so change this to `*`, which I checked that it will match both files and directories on py3.9 and py3.13 There's probably also a bunch of mismatches in RECORD but thats a problem for later Pull Request resolved: https://github.com/pytorch/pytorch/pull/163214 Approved by: https://github.com/huydhn