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:
parent
08420e0827
commit
ed3fdf5a8d
3
playbooks/python/pre.yaml
Normal file
3
playbooks/python/pre.yaml
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
- hosts: all
|
||||||
|
roles:
|
||||||
|
- ensure-pip
|
@ -249,6 +249,7 @@
|
|||||||
name: build-python-release
|
name: build-python-release
|
||||||
description: |
|
description: |
|
||||||
Build a source tarball and a bdist wheel for uploading.
|
Build a source tarball and a bdist wheel for uploading.
|
||||||
|
pre-run: playbooks/python/pre.yaml
|
||||||
run: playbooks/python/release.yaml
|
run: playbooks/python/release.yaml
|
||||||
post-run: playbooks/python/tarball-post.yaml
|
post-run: playbooks/python/tarball-post.yaml
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user