From bcf3995832b5680c12497dcfdfb0f12aa70af9eb Mon Sep 17 00:00:00 2001 From: Zuul Date: Mon, 8 Apr 2019 09:09:44 +0000 Subject: [PATCH] Update git submodules * Update releases from branch 'master' - Merge "Use recommended twine check for README validation" - Use recommended twine check for README validation The use of ``python setup.py check -r -s`` is actually deprecated and the recommended method for validating a README for PyPi upload is to build the sdist and wheel and run ``twine check $DIST_PATH``. This switches our validation check to use the supported method. Change-Id: I321b8cf6f1e2116d2fe23059d5f13aa6f2ae8b4c Signed-off-by: Sean McGinnis --- releases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releases b/releases index d9fa790c90..c57395f0ee 160000 --- a/releases +++ b/releases @@ -1 +1 @@ -Subproject commit d9fa790c90995de1cfe981217aaa5e722902a5f2 +Subproject commit c57395f0eee1db9741b0c9c9841080aa6f7cebe5