You need to sign in or sign up before continuing.
Unverified Commit 84d8ced9 authored by Caroline Chen's avatar Caroline Chen Committed by GitHub
Browse files

[release 0.13] update version numbers for release (#2748)

parent 84187909
...@@ -32,12 +32,8 @@ commands: ...@@ -32,12 +32,8 @@ commands:
- run: - run:
name: adding UPLOAD_CHANNEL to BASH_ENV name: adding UPLOAD_CHANNEL to BASH_ENV
command: | command: |
our_upload_channel=nightly # Hardcoded for release branch
# On tags upload to test instead echo "export UPLOAD_CHANNEL=test" >> ${BASH_ENV}
if [[ -n "${CIRCLE_TAG}" ]] || [[ ${CIRCLE_BRANCH} =~ release/* ]]; then
our_upload_channel=test
fi
echo "export UPLOAD_CHANNEL=${our_upload_channel}" >> ${BASH_ENV}
load_conda_channel_flags: load_conda_channel_flags:
description: "Determines whether we need extra conda channels" description: "Determines whether we need extra conda channels"
steps: steps:
...@@ -60,11 +56,11 @@ binary_common: &binary_common ...@@ -60,11 +56,11 @@ binary_common: &binary_common
build_version: build_version:
description: "version number of release binary; by default, build a nightly" description: "version number of release binary; by default, build a nightly"
type: string type: string
default: "" default: "0.13.0"
pytorch_version: pytorch_version:
description: "PyTorch version to build against; by default, use a nightly" description: "PyTorch version to build against; by default, use a nightly"
type: string type: string
default: "" default: "1.13.0"
# Don't edit these # Don't edit these
python_version: python_version:
description: "Python version to build against (e.g., 3.8)" description: "Python version to build against (e.g., 3.8)"
...@@ -248,6 +244,7 @@ jobs: ...@@ -248,6 +244,7 @@ jobs:
resource_class: 2xlarge+ resource_class: 2xlarge+
steps: steps:
- checkout - checkout
- designate_upload_channel
- attach_workspace: - attach_workspace:
at: third_party at: third_party
- run: - run:
...@@ -292,6 +289,7 @@ jobs: ...@@ -292,6 +289,7 @@ jobs:
xcode: "14.0" xcode: "14.0"
steps: steps:
- checkout - checkout
- designate_upload_channel
- load_conda_channel_flags - load_conda_channel_flags
- attach_workspace: - attach_workspace:
at: third_party at: third_party
...@@ -348,6 +346,7 @@ jobs: ...@@ -348,6 +346,7 @@ jobs:
name: windows-cpu name: windows-cpu
steps: steps:
- checkout - checkout
- designate_upload_channel
- load_conda_channel_flags - load_conda_channel_flags
- windows_install_cuda - windows_install_cuda
- attach_workspace: - attach_workspace:
......
...@@ -32,12 +32,8 @@ commands: ...@@ -32,12 +32,8 @@ commands:
- run: - run:
name: adding UPLOAD_CHANNEL to BASH_ENV name: adding UPLOAD_CHANNEL to BASH_ENV
command: | command: |
our_upload_channel=nightly # Hardcoded for release branch
# On tags upload to test instead echo "export UPLOAD_CHANNEL=test" >> ${BASH_ENV}
if [[ -n "${CIRCLE_TAG}" ]] || [[ ${CIRCLE_BRANCH} =~ release/* ]]; then
our_upload_channel=test
fi
echo "export UPLOAD_CHANNEL=${our_upload_channel}" >> ${BASH_ENV}
load_conda_channel_flags: load_conda_channel_flags:
description: "Determines whether we need extra conda channels" description: "Determines whether we need extra conda channels"
steps: steps:
...@@ -60,11 +56,11 @@ binary_common: &binary_common ...@@ -60,11 +56,11 @@ binary_common: &binary_common
build_version: build_version:
description: "version number of release binary; by default, build a nightly" description: "version number of release binary; by default, build a nightly"
type: string type: string
default: "" default: "0.13.0"
pytorch_version: pytorch_version:
description: "PyTorch version to build against; by default, use a nightly" description: "PyTorch version to build against; by default, use a nightly"
type: string type: string
default: "" default: "1.13.0"
# Don't edit these # Don't edit these
python_version: python_version:
description: "Python version to build against (e.g., 3.8)" description: "Python version to build against (e.g., 3.8)"
...@@ -248,6 +244,7 @@ jobs: ...@@ -248,6 +244,7 @@ jobs:
resource_class: 2xlarge+ resource_class: 2xlarge+
steps: steps:
- checkout - checkout
- designate_upload_channel
- attach_workspace: - attach_workspace:
at: third_party at: third_party
- run: - run:
...@@ -292,6 +289,7 @@ jobs: ...@@ -292,6 +289,7 @@ jobs:
xcode: "14.0" xcode: "14.0"
steps: steps:
- checkout - checkout
- designate_upload_channel
- load_conda_channel_flags - load_conda_channel_flags
- attach_workspace: - attach_workspace:
at: third_party at: third_party
...@@ -348,6 +346,7 @@ jobs: ...@@ -348,6 +346,7 @@ jobs:
name: windows-cpu name: windows-cpu
steps: steps:
- checkout - checkout
- designate_upload_channel
- load_conda_channel_flags - load_conda_channel_flags
- windows_install_cuda - windows_install_cuda
- attach_workspace: - attach_workspace:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment