X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=shell%2Fpypi-publish.sh;h=e097b1687940c1bfa19f054c983eb6de1e1e9062;hb=382e897017f0f7bd558f6b37ea31e48e1d8291a7;hp=7ea3fa2d9f7dc14526fb72d5f946ab042b7dc4e8;hpb=cba0c3f5323136c6b0c3346e97586b544badde7c;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