Skip to content

Commit

Permalink
[Release 0.6.0] Enable official release
Browse files Browse the repository at this point in the history
  • Loading branch information
ejguan committed Mar 13, 2023
1 parent 2f9fb90 commit 5bbcd77
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: ""
branch: "v0.6.0"
pre_dev_release: false
pytorch_version: ""
pytorch_version: "2.0.0"
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 5bbcd77

Please sign in to comment.