Merge "Align verify and staging tox jjb config"
[ci-management.git] / shell / pypi-dist-build.sh
index 7733f62..bc3d4ae 100644 (file)
@@ -2,7 +2,7 @@
 # Script to build PyPI artifacts
 set -e -x -o pipefail
 
-virtualenv /tmp/v/twine
+virtualenv -p "$PYTHON_VERSION" /tmp/v/twine
 source "/tmp/v/twine/bin/activate"
 
 pip install twine wheel