Merge "Chore: Move to ubuntu2004-docker"
[ci-management.git] / shell / pypi-publish.sh
index 7ea3fa2..e097b16 100644 (file)
@@ -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