Skip to content

Commit

Permalink
[Release 0.7] Release only changes
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman committed Sep 26, 2023
1 parent d76d92c commit 565e948
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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: "release/0.7"
pre_dev_release: false
pytorch_version: ""
pytorch_version: "2.1.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 .github/workflows/test_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
branch: ""
pre_dev_release: true
pytorch_version: ""
pytorch_version: "2.1.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
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
author = "Torch Contributors"

# The short X.Y version
version = "main (" + torchdata.__version__ + " )"
version = "0.7.0"

# The full version, including alpha/beta/rc tags
release = "main"
release = "0.7.0"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.0a0
0.7.0

0 comments on commit 565e948

Please sign in to comment.