Skip to content

Commit

Permalink
Merge pull request actions#151 from actions/update-versions-manifest-…
Browse files Browse the repository at this point in the history
…file

[versions-manifest] Update for release from 03/24/2022
  • Loading branch information
ethanchewy authored Mar 24, 2022
2 parents 78b21b7 + daf0a68 commit 5ce03b9
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions versions-manifest.json
Original file line number Diff line number Diff line change
@@ -233,6 +233,45 @@
}
]
},
{
"version": "3.10.4",
"stable": true,
"release_url": "https://github.com/actions/python-versions/releases/tag/3.10.4-2034678717",
"files": [
{
"filename": "python-3.10.4-darwin-x64.tar.gz",
"arch": "x64",
"platform": "darwin",
"download_url": "https://github.com/actions/python-versions/releases/download/3.10.4-2034678717/python-3.10.4-darwin-x64.tar.gz"
},
{
"filename": "python-3.10.4-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.4-2034678717/python-3.10.4-linux-18.04-x64.tar.gz"
},
{
"filename": "python-3.10.4-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.4-2034678717/python-3.10.4-linux-20.04-x64.tar.gz"
},
{
"filename": "python-3.10.4-win32-x64.zip",
"arch": "x64",
"platform": "win32",
"download_url": "https://github.com/actions/python-versions/releases/download/3.10.4-2034678717/python-3.10.4-win32-x64.zip"
},
{
"filename": "python-3.10.4-win32-x86.zip",
"arch": "x86",
"platform": "win32",
"download_url": "https://github.com/actions/python-versions/releases/download/3.10.4-2034678717/python-3.10.4-win32-x86.zip"
}
]
},
{
"version": "3.10.3",
"stable": true,

0 comments on commit 5ce03b9

Please sign in to comment.