From 31073f762a831dcedc89e28688f43192031260d6 Mon Sep 17 00:00:00 2001 From: rusty1s Date: Thu, 15 Aug 2024 12:00:37 +0000 Subject: [PATCH] update --- .github/workflows/aws/upload_nightly_index.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/aws/upload_nightly_index.py b/.github/workflows/aws/upload_nightly_index.py index 15f246982..ddbb38fff 100644 --- a/.github/workflows/aws/upload_nightly_index.py +++ b/.github/workflows/aws/upload_nightly_index.py @@ -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)