[CPS] Build node for CPS-CSIT
[ci-management.git] / shell / pypi-dist-build.sh
index 7733f62..cd4afb6 100644 (file)
@@ -2,7 +2,7 @@
 # Script to build 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 wheel