Skip to content

Commit

Permalink
Added twine check functionality to python-tarball playbook
Browse files Browse the repository at this point in the history
* twine has introduced a new feature to check the README.rst so that
  the content should render fine on pypi

Change-Id: I05bceff2feafc24e93e295312cdff4bcabf00501
  • Loading branch information
chkumar246 committed Sep 26, 2018
1 parent 9ae88de commit 38e40c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions playbooks/pti-python-tarball/check.yaml
Expand Up @@ -2,3 +2,7 @@
roles:
- check-python-release
- build-python-release
- ensure-twine
post_tasks:
- name: Run twine check on python dist tarball
command: "{{ pypi_twine_executable }} check dist/*"

0 comments on commit 38e40c5

Please sign in to comment.