Skip to content

Commit

Permalink
update test-release.yml (#1324)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkho committed Sep 26, 2024
1 parent 40970d2 commit 4284d26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 4284d26

Please sign in to comment.