From f122228a65b991c7064d3322b65889f2d58fb675 Mon Sep 17 00:00:00 2001 From: Vladimir Safonkin Date: Thu, 21 Jan 2021 16:17:21 +0300 Subject: [PATCH] Update manifest --- versions-manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/versions-manifest.json b/versions-manifest.json index 4f0679e..f7b4687 100644 --- a/versions-manifest.json +++ b/versions-manifest.json @@ -876,7 +876,7 @@ { "version": "3.7.9", "stable": true, - "release_url": "https://github.com/actions/python-versions/releases/tag/3.7.9-86953", + "release_url": "https://github.com/vsafonkin/python-versions/releases/tag/3.7.9-1341055", "files": [ { "filename": "python-3.7.9-darwin-x64.tar.gz", @@ -909,13 +909,13 @@ "filename": "python-3.7.9-win32-x64.zip", "arch": "x64", "platform": "win32", - "download_url": "https://github.com/actions/python-versions/releases/download/3.7.9-86953/python-3.7.9-win32-x64.zip" + "download_url": "https://github.com/vsafonkin/python-versions/releases/download/3.7.9-1341055/python-3.7.9-win32-x64.zip" }, { "filename": "python-3.7.9-win32-x86.zip", "arch": "x86", "platform": "win32", - "download_url": "https://github.com/actions/python-versions/releases/download/3.7.9-86953/python-3.7.9-win32-x86.zip" + "download_url": "https://github.com/vsafonkin/python-versions/releases/download/3.7.9-1341055/python-3.7.9-win32-x86.zip" } ] },