Make 1.4.2 patch release. (#6962)

This commit is contained in:
Jiaming Yuan
2021-05-13 16:17:14 +08:00
committed by GitHub
parent 8147d78b12
commit 522b8977c2
12 changed files with 23 additions and 21 deletions

View File

@@ -49,7 +49,7 @@ def download_wheels(
dir_URL: str,
src_filename_prefix: str,
target_filename_prefix: str,
) -> None:
) -> List[str]:
"""Download all binary wheels. dir_URL is the URL for remote directory storing the release
wheels
@@ -72,6 +72,8 @@ def download_wheels(
assert stderr.find("warning") == -1, "Unresolved warnings:\n" + stderr
assert stdout.find("warning") == -1, "Unresolved warnings:\n" + stdout
return filenames
def check_path():
root = os.path.abspath(os.path.curdir)