diff --git a/aarch64_linux/build_aarch64_wheel.py b/aarch64_linux/build_aarch64_wheel.py index d6ecb83d0..07c15cc0e 100755 --- a/aarch64_linux/build_aarch64_wheel.py +++ b/aarch64_linux/build_aarch64_wheel.py @@ -298,7 +298,7 @@ def build_torchvision(host: RemoteHost, *, "v1.12.1": ("0.13.1", "rc6"), "v1.13.0": ("0.14.0", "rc4"), "v1.13.1": ("0.14.1", "rc2"), - "v2.0.0": ("0.15.0", "rc6"), + "v2.0.0": ("0.15.0", "rc7"), }) print('Building TorchVision wheel') build_vars = "" @@ -381,7 +381,7 @@ def build_torchtext(host: RemoteHost, *, "v1.12.1": ("0.13.1", "rc5"), "v1.13.0": ("0.14.0", "rc3"), "v1.13.1": ("0.14.1", "rc1"), - "v2.0.0": ("0.15.0", "rc4"), + "v2.0.0": ("0.15.0", "rc6"), }) print('Building TorchText wheel') build_vars = "" @@ -424,7 +424,7 @@ def build_torchaudio(host: RemoteHost, *, "v1.12.1": ("0.12.1", "rc5"), "v1.13.0": ("0.13.0", "rc4"), "v1.13.1": ("0.13.1", "rc2"), - "v2.0.0": ("2.0.0", "rc5"), + "v2.0.0": ("2.0.0", "rc6"), }) print('Building TorchAudio wheel') build_vars = "" diff --git a/release/promote.sh b/release/promote.sh index 74d8df3a7..8605682f9 100644 --- a/release/promote.sh +++ b/release/promote.sh @@ -90,6 +90,8 @@ promote_s3 "sympy" whl "1.11.1" promote_s3 "typing_extensions" whl "4.4.0" promote_s3 "filelock" whl "3.9.0" promote_s3 "mpmath" whl "1.2.1" +promote_s3 "MarkupSafe" whl "2.1.2" +promote_s3 "Jinja2" whl "3.1.2" promote_s3 "idna" whl "3.4" promote_s3 "networkx" whl "3.0.0" promote_s3 "packaging" whl "22.0" diff --git a/s3_management/backup_conda.py b/s3_management/backup_conda.py index f239bbea1..06926589d 100644 --- a/s3_management/backup_conda.py +++ b/s3_management/backup_conda.py @@ -68,4 +68,4 @@ def upload_to_s3(prefix: str, fnames: List[str]) -> None: for libname in ["torchvision", "torchaudio", "torchtext"]: print(f"processing {libname}") rc = download_conda_package(libname, channel = "pytorch", depends = f"pytorch {options.version}") - upload_to_s3f(f"v{options.version}/conda", rc) + upload_to_s3(f"v{options.version}/conda", rc)