Add ensure-pip to build-python-release

It assumes setuptools has been installed, which we usually get
via the installation of pip.

Change-Id: I0b8f408a47a78a6a04bdbd083f949bb82713776b
This commit is contained in:
Monty Taylor 2020-06-16 07:57:26 -05:00
parent 08420e0827
commit ed3fdf5a8d
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,3 @@
- hosts: all
roles:
- ensure-pip

View File

@ -249,6 +249,7 @@
name: build-python-release
description: |
Build a source tarball and a bdist wheel for uploading.
pre-run: playbooks/python/pre.yaml
run: playbooks/python/release.yaml
post-run: playbooks/python/tarball-post.yaml