Skip to content

Commit

Permalink
Bump release.sh to pex 1.2.16. (#5460)
Browse files Browse the repository at this point in the history
This helps pick up recent runtime changes (PEX_PYTHON_PATH et al) for pants as built as a pex.
  • Loading branch information
kwlzn committed Feb 13, 2018
1 parent 9d25283 commit 2885fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-support/bin/release.sh
Expand Up @@ -682,7 +682,7 @@ function build_pex() {

local dest="${ROOT}/dist/pants.${PANTS_UNSTABLE_VERSION}.pex"

activate_tmp_venv && trap deactivate RETURN && pip install "pex==1.2.13" || die "Failed to install pex."
activate_tmp_venv && trap deactivate RETURN && pip install "pex==1.2.16" || die "Failed to install pex."

local requirements_string=""
for pkg_name in $PANTS_PEX_PACKAGES; do
Expand Down

0 comments on commit 2885fea

Please sign in to comment.