Skip to content

Commit 8a2dc6f

Browse files
committed
set versions, set upload_channel=test
Signed-off-by: Eli Uriegas <[email protected]>
1 parent 0e32a12 commit 8a2dc6f

File tree

2 files changed

+6
-14
lines changed

2 files changed

+6
-14
lines changed

.circleci/config.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,7 @@ commands:
3939
- run:
4040
name: adding UPLOAD_CHANNEL to BASH_ENV
4141
command: |
42-
our_upload_channel=nightly
43-
# On tags upload to test instead
44-
if [[ -n "${CIRCLE_TAG}" ]]; then
45-
our_upload_channel=test
46-
fi
42+
our_upload_channel=test
4743
echo "export UPLOAD_CHANNEL=${our_upload_channel}" >> ${BASH_ENV}
4844
4945
binary_common: &binary_common
@@ -52,11 +48,11 @@ binary_common: &binary_common
5248
build_version:
5349
description: "version number of release binary; by default, build a nightly"
5450
type: string
55-
default: ""
51+
default: "0.9.0"
5652
pytorch_version:
5753
description: "PyTorch version to build against; by default, use a nightly"
5854
type: string
59-
default: ""
55+
default: "1.8.0"
6056
# Don't edit these
6157
python_version:
6258
description: "Python version to build against (e.g., 3.7)"

.circleci/config.yml.in

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,7 @@ commands:
3939
- run:
4040
name: adding UPLOAD_CHANNEL to BASH_ENV
4141
command: |
42-
our_upload_channel=nightly
43-
# On tags upload to test instead
44-
if [[ -n "${CIRCLE_TAG}" ]]; then
45-
our_upload_channel=test
46-
fi
42+
our_upload_channel=test
4743
echo "export UPLOAD_CHANNEL=${our_upload_channel}" >> ${BASH_ENV}
4844

4945
binary_common: &binary_common
@@ -52,11 +48,11 @@ binary_common: &binary_common
5248
build_version:
5349
description: "version number of release binary; by default, build a nightly"
5450
type: string
55-
default: ""
51+
default: "0.9.0"
5652
pytorch_version:
5753
description: "PyTorch version to build against; by default, use a nightly"
5854
type: string
59-
default: ""
55+
default: "1.8.0"
6056
# Don't edit these
6157
python_version:
6258
description: "Python version to build against (e.g., 3.7)"

0 commit comments

Comments
 (0)