diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 10494136f..38637cb2b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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.7.0" 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 }} diff --git a/.github/workflows/test_release.yml b/.github/workflows/test_release.yml index 811118139..9ef91b692 100644 --- a/.github/workflows/test_release.yml +++ b/.github/workflows/test_release.yml @@ -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.7" 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 }} diff --git a/docs/source/conf.py b/docs/source/conf.py index 3391a3dcc..10ff339fa 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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 --------------------------------------------------- diff --git a/version.txt b/version.txt index 93acf06b0..faef31a43 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.7.0a0 +0.7.0