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:
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
4945binary_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)"
Original file line number Diff line number Diff 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
4945binary_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)"
You can’t perform that action at this time.
0 commit comments