project-config/playbooks/pti-python-tarball/check.yaml

9 lines
218 B
YAML

- hosts: all
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/*"