Merge "ensure the twine check command runs in the correct directory"

This commit is contained in:
Zuul
2018-09-28 20:35:48 +00:00
committed by Gerrit Code Review

View File

@@ -6,3 +6,5 @@
post_tasks:
- name: Run twine check on python dist tarball
command: "{{ pypi_twine_executable }} check dist/*"
args:
chdir: "{{ zuul.project.src_dir }}"