We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff01a06 commit 8195f66Copy full SHA for 8195f66
1 file changed
.github/workflows/test_release.yml
@@ -31,8 +31,8 @@ jobs:
31
if: github.repository == 'pytorch/data' && startsWith(github.ref_name, 'release/')
32
uses: ./.github/workflows/_build_test_upload.yml
33
with:
34
- branch: "release/0.8"
+ branch: "release/0.9"
35
pre_dev_release: true
36
- pytorch_version: "2.4.0"
+ pytorch_version: "2.5.0"
37
secrets:
38
CONDA_TEST_PYTORCHBOT_TOKEN: ${{ secrets.CONDA_TEST_PYTORCHBOT_TOKEN }}
0 commit comments