From 565e94832d96b035e33b92ad7a97451cd6f5a598 Mon Sep 17 00:00:00 2001 From: atalman Date: Tue, 26 Sep 2023 14:03:34 -0700 Subject: [PATCH 1/2] [Release 0.7] Release only changes --- .github/workflows/release.yml | 4 ++-- .github/workflows/test_release.yml | 2 +- docs/source/conf.py | 4 ++-- version.txt | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 10494136f..d298eff9a 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: "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 }} diff --git a/.github/workflows/test_release.yml b/.github/workflows/test_release.yml index 811118139..1e91013b2 100644 --- a/.github/workflows/test_release.yml +++ b/.github/workflows/test_release.yml @@ -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 }} 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 From 65597415cde2c5b8a24d360a4888ec4543aa5d6e Mon Sep 17 00:00:00 2001 From: atalman Date: Tue, 26 Sep 2023 14:14:36 -0700 Subject: [PATCH 2/2] Same as 0.6 release --- .github/workflows/release.yml | 2 +- .github/workflows/test_release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d298eff9a..38637cb2b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: if: github.repository == 'pytorch/data' && github.ref_type == 'tag' uses: ./.github/workflows/_build_test_upload.yml with: - branch: "release/0.7" + branch: "v0.7.0" pre_dev_release: false pytorch_version: "2.1.0" secrets: diff --git a/.github/workflows/test_release.yml b/.github/workflows/test_release.yml index 1e91013b2..9ef91b692 100644 --- a/.github/workflows/test_release.yml +++ b/.github/workflows/test_release.yml @@ -27,7 +27,7 @@ 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: "2.1.0" secrets: