Skip to content

Commit 9eda5be

Browse files
committed
[Release 0.5.1] Enable official release
1 parent 117e9e9 commit 9eda5be

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: "v0.5.0"
17+
branch: "v0.5.1"
1818
pre_dev_release: false
19-
pytorch_version: "1.13.0"
19+
pytorch_version: "1.13.1"
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)