Merge "Correct python environment variable"
authorAric Gardner <agardner@linuxfoundation.org>
Mon, 7 Oct 2019 21:22:54 +0000 (21:22 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 7 Oct 2019 21:22:54 +0000 (21:22 +0000)
shell/pypi-dist-build.sh
shell/pypi-publish.sh

index bc3d4ae..cd4afb6 100644 (file)
@@ -2,7 +2,7 @@
 # Script to build PyPI artifacts
 set -e -x -o pipefail
 
-virtualenv -p "$PYTHON_VERSION" /tmp/v/twine
+virtualenv -p "$PYTHON" /tmp/v/twine
 source "/tmp/v/twine/bin/activate"
 
 pip install twine wheel
index 2510ed3..e097b16 100644 (file)
@@ -2,7 +2,7 @@
 # Script to publush PyPI artifacts
 set -e -x -o pipefail
 
-virtualenv -p "$PYTHON_VERSION" /tmp/v/twine
+virtualenv -p "$PYTHON" /tmp/v/twine
 source "/tmp/v/twine/bin/activate"
 
 pip install twine