X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=shell%2Fpypi-publish.sh;h=e097b1687940c1bfa19f054c983eb6de1e1e9062;hb=61cfc88be579f0777cf840566d3ffef162273f5e;hp=7ea3fa2d9f7dc14526fb72d5f946ab042b7dc4e8;hpb=295975d522aaa584bc3dd79c043b1a6003977f22;p=ci-management.git diff --git a/shell/pypi-publish.sh b/shell/pypi-publish.sh index 7ea3fa2d9..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 /tmp/v/twine +virtualenv -p "$PYTHON" /tmp/v/twine source "/tmp/v/twine/bin/activate" pip install twine