X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=shell%2Fpypi-publish.sh;h=e097b1687940c1bfa19f054c983eb6de1e1e9062;hb=688dfb172ac67db03b6205deb1c84f157b23083f;hp=2510ed38bb79998c7adb538ad988ee79021894bb;hpb=87e879eb7176ac513782b3d1c76245c901cec6b6;p=ci-management.git diff --git a/shell/pypi-publish.sh b/shell/pypi-publish.sh index 2510ed38b..e097b1687 100644 --- a/shell/pypi-publish.sh +++ b/shell/pypi-publish.sh @@ -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