Skip to content

Commit

Permalink
[Release 0.6.0] Change release version & Enable RC release for testing (
Browse files Browse the repository at this point in the history
  • Loading branch information
NivekT committed Feb 16, 2023
1 parent 616251e commit 683877d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
if: github.repository == 'pytorch/data' && startsWith(github.ref_name, 'release/')
uses: ./.github/workflows/_build_test_upload.yml
with:
branch: ""
branch: "release/0.6"
pre_dev_release: true
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
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.0a0
0.6.0

0 comments on commit 683877d

Please sign in to comment.