Add missing optional dependencies to ensure-twine
Avoids potential twine execution cause by: https://github.com/pypa/readme_renderer/issues/128 Resolves: UserWarning: Markdown renderers are not available. Install 'readme_render[md]' to enable Markdown rendering. Example: http://logs.openstack.org/25/613725/1/check/test-release-openstack-python3/df34317/job-output.txt.gz Change-Id: Iaf4da5aedaa3814b2ecebed4391da2324d3e388d
This commit is contained in:
parent
b7f4d86bb9
commit
a17765ca4f
@ -11,7 +11,7 @@
|
|||||||
- name: Ensure twine is installed
|
- name: Ensure twine is installed
|
||||||
block:
|
block:
|
||||||
- name: Ensure twine is installed
|
- name: Ensure twine is installed
|
||||||
command: pip install twine!=1.12.0 --user
|
command: pip install twine!=1.12.0 readme_renderer[md]!=23.0 --user
|
||||||
|
|
||||||
- name: Set pypi_twine_executable
|
- name: Set pypi_twine_executable
|
||||||
set_fact:
|
set_fact:
|
||||||
|
Loading…
Reference in New Issue
Block a user