ensure twine is installed with python 3
Set twine_python to python3 to ensure that we use python3 to install twine. Change-Id: I94daa02a0380a765490b8e2b9d0276bcdba26103 Depends-On: https://review.openstack.org/616673 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
parent
53f1b26469
commit
4f3b366077
@ -207,6 +207,7 @@
|
||||
- gpg_key
|
||||
vars:
|
||||
release_python: python3
|
||||
twine_python: python3
|
||||
bdist_wheel_xargs: "--universal"
|
||||
|
||||
- job:
|
||||
@ -218,6 +219,7 @@
|
||||
run: playbooks/pti-python-tarball/check.yaml
|
||||
vars:
|
||||
release_python: python3
|
||||
twine_python: python3
|
||||
bdist_wheel_xargs: "--universal"
|
||||
files:
|
||||
- setup.cfg
|
||||
|
Loading…
Reference in New Issue
Block a user