File tree Expand file tree Collapse file tree 2 files changed +6
-14
lines changed Expand file tree Collapse file tree 2 files changed +6
-14
lines changed Original file line number Diff line number Diff line change @@ -39,11 +39,7 @@ commands:
39
39
- run :
40
40
name : adding UPLOAD_CHANNEL to BASH_ENV
41
41
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
47
43
echo "export UPLOAD_CHANNEL=${our_upload_channel}" >> ${BASH_ENV}
48
44
49
45
binary_common : &binary_common
@@ -52,11 +48,11 @@ binary_common: &binary_common
52
48
build_version :
53
49
description : " version number of release binary; by default, build a nightly"
54
50
type : string
55
- default : " "
51
+ default : " 0.9.0 "
56
52
pytorch_version :
57
53
description : " PyTorch version to build against; by default, use a nightly"
58
54
type : string
59
- default : " "
55
+ default : " 1.8.0 "
60
56
# Don't edit these
61
57
python_version :
62
58
description : " Python version to build against (e.g., 3.7)"
Original file line number Diff line number Diff line change @@ -39,11 +39,7 @@ commands:
39
39
- run:
40
40
name: adding UPLOAD_CHANNEL to BASH_ENV
41
41
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
47
43
echo "export UPLOAD_CHANNEL=${our_upload_channel}" >> ${BASH_ENV}
48
44
49
45
binary_common: &binary_common
@@ -52,11 +48,11 @@ binary_common: &binary_common
52
48
build_version:
53
49
description: "version number of release binary; by default, build a nightly"
54
50
type: string
55
- default: ""
51
+ default: "0.9.0 "
56
52
pytorch_version:
57
53
description: "PyTorch version to build against; by default, use a nightly"
58
54
type: string
59
- default: ""
55
+ default: "1.8.0 "
60
56
# Don't edit these
61
57
python_version:
62
58
description: "Python version to build against (e.g., 3.7)"
You can’t perform that action at this time.
0 commit comments