diff --git a/.circleci/config.yml b/.circleci/config.yml index 239b5c557f..faa11bb8b2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,11 +12,11 @@ binary_common: &binary_common build_version: description: "version number of release binary; by default, build a nightly" type: string - default: "0.3.1" + default: "0.3.2" pytorch_version: description: "PyTorch version to build against; by default, use a nightly" type: string - default: "1.3.0" + default: "1.4.0" # Don't edit these python_version: description: "Python version to build against (e.g., 3.7)" @@ -159,7 +159,7 @@ workflows: build: jobs: - circleci_consistency - # + - binary_linux_wheel: name: binary_linux_wheel_py2.7 python_version: "2.7" @@ -216,7 +216,7 @@ workflows: - binary_macos_conda: name: binary_macos_conda_py3.7 python_version: "3.7" - + # - binary_linux_wheel: name: nightly_binary_linux_wheel_py2.7 python_version: "2.7" diff --git a/.circleci/config.yml.in b/.circleci/config.yml.in index 9ce46bc4b5..88d17ba515 100644 --- a/.circleci/config.yml.in +++ b/.circleci/config.yml.in @@ -12,11 +12,11 @@ binary_common: &binary_common build_version: description: "version number of release binary; by default, build a nightly" type: string - default: "0.3.1" + default: "0.3.2" pytorch_version: description: "PyTorch version to build against; by default, use a nightly" type: string - default: "1.3.0" + default: "1.4.0" # Don't edit these python_version: description: "Python version to build against (e.g., 3.7)" diff --git a/packaging/build_conda.sh b/packaging/build_conda.sh index bb828929f5..2dbf064e03 100755 --- a/packaging/build_conda.sh +++ b/packaging/build_conda.sh @@ -6,7 +6,7 @@ script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" export BUILD_TYPE="conda" export NO_CUDA_PACKAGE=1 -setup_env 0.3.1 +setup_env 0.3.2 export SOURCE_ROOT_DIR="$PWD" setup_conda_pytorch_constraint conda build $CONDA_CHANNEL_FLAGS --no-anaconda-upload --python "$PYTHON_VERSION" packaging/torchaudio diff --git a/packaging/build_wheel.sh b/packaging/build_wheel.sh index c7332519cf..84b844eb2e 100755 --- a/packaging/build_wheel.sh +++ b/packaging/build_wheel.sh @@ -6,7 +6,7 @@ script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" export BUILD_TYPE="wheel" export NO_CUDA_PACKAGE=1 -setup_env 0.3.1 +setup_env 0.3.2 setup_wheel_python "$script_dir/build_from_source.sh" "$(pwd)" # Build static dependencies pip_install numpy future