Skip to content
Snippets Groups Projects
Commit 2836c0c0 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[scripts][ci] Correct call to twine.check

parent 30c922e8
No related branches found
No related tags found
No related merge requests found
Pipeline #26188 passed
......@@ -171,7 +171,7 @@ def readme(package):
#twine check dist/*.zip
from twine.commands.check import check
failed = check(k)
failed = check([k])
if failed:
raise RuntimeError('long_description of package %s cannot be ' \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment