File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ binary_common: &binary_common
1212 build_version :
1313 description : " version number of release binary; by default, build a nightly"
1414 type : string
15- default : " 0.4.1 "
15+ default : " 0.4.2 "
1616 pytorch_version :
1717 description : " PyTorch version to build against; by default, use a nightly"
1818 type : string
@@ -170,7 +170,7 @@ workflows:
170170 build :
171171 jobs :
172172 - circleci_consistency
173- #
173+
174174 - binary_linux_wheel :
175175 name : binary_linux_wheel_py2.7_cpu
176176 python_version : " 2.7"
@@ -374,7 +374,7 @@ workflows:
374374 name : binary_macos_conda_py3.7_cpu
375375 python_version : " 3.7"
376376 cu_version : " cpu"
377-
377+ #
378378 - binary_linux_wheel :
379379 name : nightly_binary_linux_wheel_py2.7_cpu
380380 python_version : " 2.7"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ binary_common: &binary_common
1212 build_version:
1313 description: "version number of release binary; by default, build a nightly"
1414 type: string
15- default: "0.4.1 "
15+ default: "0.4.2 "
1616 pytorch_version:
1717 description: "PyTorch version to build against; by default, use a nightly"
1818 type: string
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
55. " $script_dir /pkg_helpers.bash"
66
77export BUILD_TYPE=conda
8- setup_env 0.4.1
8+ setup_env 0.4.2
99export SOURCE_ROOT_DIR=" $PWD "
1010setup_conda_pytorch_constraint
1111setup_conda_cudatoolkit_constraint
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
55. " $script_dir /pkg_helpers.bash"
66
77export BUILD_TYPE=wheel
8- setup_env 0.4.1
8+ setup_env 0.4.2
99setup_wheel_python
1010pip_install numpy pyyaml future ninja
1111setup_pip_pytorch_version
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ def get_dist(pkgname):
3030 return None
3131
3232
33- version = '0.4.1a0 '
33+ version = '0.4.2a0 '
3434sha = 'Unknown'
3535package_name = 'torchvision'
3636
You can’t perform that action at this time.
0 commit comments