Merge pull request #104 from actions/update-versions-manifest-file

[versions-manifest] Update for release from 08/04/2021
This commit is contained in:
Mikhail Timofeev 2021-08-04 09:42:36 +03:00 committed by GitHub
commit 41e5bb2c77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,43 @@
[ [
{
"version": "3.10.0-rc.1",
"stable": false,
"release_url": "https://github.com/actions/python-versions/releases/tag/3.10.0-rc.1-114570",
"files": [
{
"filename": "python-3.10.0-rc.1-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/python-versions/releases/download/3.10.0-rc.1-114570/python-3.10.0-rc.1-darwin-x64.tar.gz"
},
{
"filename": "python-3.10.0-rc.1-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.0-rc.1-114570/python-3.10.0-rc.1-linux-18.04-x64.tar.gz"
},
{
"filename": "python-3.10.0-rc.1-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.0-rc.1-114570/python-3.10.0-rc.1-linux-20.04-x64.tar.gz"
},
{
"filename": "python-3.10.0-rc.1-win32-x64.zip",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/python-versions/releases/download/3.10.0-rc.1-114570/python-3.10.0-rc.1-win32-x64.zip"
},
{
"filename": "python-3.10.0-rc.1-win32-x86.zip",
"arch": "x86",
"platform": "win32",
"download_url": "https://github.com/actions/python-versions/releases/download/3.10.0-rc.1-114570/python-3.10.0-rc.1-win32-x86.zip"
}
]
},
{ {
"version": "3.10.0-beta.4", "version": "3.10.0-beta.4",
"stable": false, "stable": false,