Skip to content

Commit 5bbcd77

Browse files
committed
[Release 0.6.0] Enable official release
1 parent 2f9fb90 commit 5bbcd77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
if: github.repository == 'pytorch/data' && github.ref_type == 'tag'
1515
uses: ./.github/workflows/_build_test_upload.yml
1616
with:
17-
branch: ""
17+
branch: "v0.6.0"
1818
pre_dev_release: false
19-
pytorch_version: ""
19+
pytorch_version: "2.0.0"
2020
secrets:
2121
PYTORCH_BINARY_AWS_ACCESS_KEY_ID: ${{ secrets.PYTORCH_BINARY_AWS_ACCESS_KEY_ID }}
2222
PYTORCH_BINARY_AWS_SECRET_ACCESS_KEY: ${{ secrets.PYTORCH_BINARY_AWS_SECRET_ACCESS_KEY }}

0 commit comments

Comments
 (0)