Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed Aug 15, 2024
1 parent 8613dd6 commit 31073f7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/aws/upload_nightly_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@
if '2.1.0' in torch_version:
wheels_dict[torch_version.replace('2.1.0', '2.1.1')].append(wheel)
wheels_dict[torch_version.replace('2.1.0', '2.1.2')].append(wheel)
if '2.2.0' in torch_version:
wheels_dict[torch_version.replace('2.2.0', '2.2.1')].append(wheel)
wheels_dict[torch_version.replace('2.2.0', '2.2.2')].append(wheel)
if '2.3.0' in torch_version:
wheels_dict[torch_version.replace('2.3.0', '2.3.1')].append(wheel)

index_html = html.format('\n'.join([
href.format(f'{version}.html'.replace('+', '%2B'), version)
Expand Down

0 comments on commit 31073f7

Please sign in to comment.