From 797eb71c41e47d194f563c7ef01790d734534788 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Feb 2022 10:44:15 +0300 Subject: [PATCH] Update versions-manifest (#141) Co-authored-by: Service account --- versions-manifest.json | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/versions-manifest.json b/versions-manifest.json index d901181..1f0f861 100644 --- a/versions-manifest.json +++ b/versions-manifest.json @@ -197,27 +197,39 @@ { "version": "3.10.2", "stable": true, - "release_url": "https://github.com/actions/python-versions/releases/tag/3.10.2-121429", + "release_url": "https://github.com/actions/python-versions/releases/tag/3.10.2-1805098134", "files": [ { "filename": "python-3.10.2-darwin-x64.tar.gz", "arch": "x64", "platform": "darwin", - "download_url": "https://github.com/actions/python-versions/releases/download/3.10.2-121429/python-3.10.2-darwin-x64.tar.gz" + "download_url": "https://github.com/actions/python-versions/releases/download/3.10.2-1805098134/python-3.10.2-darwin-x64.tar.gz" }, { "filename": "python-3.10.2-linux-18.04-x64.tar.gz", "arch": "x64", "platform": "linux", "platform_version": "18.04", - "download_url": "https://github.com/actions/python-versions/releases/download/3.10.2-121429/python-3.10.2-linux-18.04-x64.tar.gz" + "download_url": "https://github.com/actions/python-versions/releases/download/3.10.2-1805098134/python-3.10.2-linux-18.04-x64.tar.gz" }, { "filename": "python-3.10.2-linux-20.04-x64.tar.gz", "arch": "x64", "platform": "linux", "platform_version": "20.04", - "download_url": "https://github.com/actions/python-versions/releases/download/3.10.2-121429/python-3.10.2-linux-20.04-x64.tar.gz" + "download_url": "https://github.com/actions/python-versions/releases/download/3.10.2-1805098134/python-3.10.2-linux-20.04-x64.tar.gz" + }, + { + "filename": "python-3.10.2-win32-x64.zip", + "arch": "x64", + "platform": "win32", + "download_url": "https://github.com/actions/python-versions/releases/download/3.10.2-1805098134/python-3.10.2-win32-x64.zip" + }, + { + "filename": "python-3.10.2-win32-x86.zip", + "arch": "x86", + "platform": "win32", + "download_url": "https://github.com/actions/python-versions/releases/download/3.10.2-1805098134/python-3.10.2-win32-x86.zip" } ] },