Merge "ensure the twine check command runs in the correct directory"
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user