#
This commit is contained in:
@@ -289,7 +289,7 @@ jobs:
|
|||||||
data = json.load(f)
|
data = json.load(f)
|
||||||
|
|
||||||
versions = [v["version"] for v in data["list"] if v["version"] != "current"]
|
versions = [v["version"] for v in data["list"] if v["version"] != "current"]
|
||||||
print(versions[1] if len(versions) > 1 else "")
|
print(versions[0] if versions else "")
|
||||||
PY
|
PY
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user