We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent c0cf196 commit d2aa638Copy full SHA for d2aa638
maintainers/scripts/update-python-libraries
@@ -91,6 +91,7 @@ def _get_latest_version_pypi(package, extension):
91
if release['filename'].endswith(extension):
92
# TODO: In case of wheel we need to do further checks!
93
sha256 = release['digests']['sha256']
94
+ break
95
else:
96
sha256 = None
97
return version, sha256
0 commit comments