Skip to content

Commit

Permalink
Update versions-manifest (actions#141)
Browse files Browse the repository at this point in the history
Co-authored-by: Service account <no-reply@microsoft.com>
  • Loading branch information
github-actions[bot] and 459680 authored Feb 7, 2022
1 parent 210583e commit 797eb71
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions versions-manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
},

0 comments on commit 797eb71

Please sign in to comment.