Skip to content

Commit

Permalink
[Release 0.5.1] Enable official release
Browse files Browse the repository at this point in the history
  • Loading branch information
ejguan committed Dec 14, 2022
1 parent 117e9e9 commit 9eda5be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
if: github.repository == 'pytorch/data' && github.ref_type == 'tag'
uses: ./.github/workflows/_build_test_upload.yml
with:
branch: "v0.5.0"
branch: "v0.5.1"
pre_dev_release: false
pytorch_version: "1.13.0"
pytorch_version: "1.13.1"
secrets:
PYTORCH_BINARY_AWS_ACCESS_KEY_ID: ${{ secrets.PYTORCH_BINARY_AWS_ACCESS_KEY_ID }}
PYTORCH_BINARY_AWS_SECRET_ACCESS_KEY: ${{ secrets.PYTORCH_BINARY_AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit 9eda5be

Please sign in to comment.