diff --git a/.github/workflows/test_release.yml b/.github/workflows/test_release.yml index 247661dad..51bf2bd5b 100644 --- a/.github/workflows/test_release.yml +++ b/.github/workflows/test_release.yml @@ -31,8 +31,8 @@ jobs: if: github.repository == 'pytorch/data' && startsWith(github.ref_name, 'release/') uses: ./.github/workflows/_build_test_upload.yml with: - branch: "release/0.8" + branch: "release/0.9" pre_dev_release: true - pytorch_version: "2.4.0" + pytorch_version: "2.5.0" secrets: CONDA_TEST_PYTORCHBOT_TOKEN: ${{ secrets.CONDA_TEST_PYTORCHBOT_TOKEN }}