Block twine 1.12.0 when we install it

1.12.0 is broken and a 1.12.1 fix is on the way. Don't install 1.12.0.

Change-Id: Ia54736b74d3306614869a9bcb0ecec524ce26f94
This commit is contained in:
Monty Taylor 2018-09-24 12:56:43 -05:00
parent 9ce37ae54f
commit d46fcf019e
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
- name: Ensure twine is installed
block:
- name: Ensure twine is installed
command: pip install twine --user
command: pip install twine!=1.12.0 --user
- name: Set pypi_twine_executable
set_fact: