Skip to content

Commit 5ce03b9

Browse files
authored
Merge pull request actions#151 from actions/update-versions-manifest-file
[versions-manifest] Update for release from 03/24/2022
2 parents 78b21b7 + daf0a68 commit 5ce03b9

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

versions-manifest.json

+39
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,45 @@
233233
}
234234
]
235235
},
236+
{
237+
"version": "3.10.4",
238+
"stable": true,
239+
"release_url": "https://github.com/actions/python-versions/releases/tag/3.10.4-2034678717",
240+
"files": [
241+
{
242+
"filename": "python-3.10.4-darwin-x64.tar.gz",
243+
"arch": "x64",
244+
"platform": "darwin",
245+
"download_url": "https://github.com/actions/python-versions/releases/download/3.10.4-2034678717/python-3.10.4-darwin-x64.tar.gz"
246+
},
247+
{
248+
"filename": "python-3.10.4-linux-18.04-x64.tar.gz",
249+
"arch": "x64",
250+
"platform": "linux",
251+
"platform_version": "18.04",
252+
"download_url": "https://github.com/actions/python-versions/releases/download/3.10.4-2034678717/python-3.10.4-linux-18.04-x64.tar.gz"
253+
},
254+
{
255+
"filename": "python-3.10.4-linux-20.04-x64.tar.gz",
256+
"arch": "x64",
257+
"platform": "linux",
258+
"platform_version": "20.04",
259+
"download_url": "https://github.com/actions/python-versions/releases/download/3.10.4-2034678717/python-3.10.4-linux-20.04-x64.tar.gz"
260+
},
261+
{
262+
"filename": "python-3.10.4-win32-x64.zip",
263+
"arch": "x64",
264+
"platform": "win32",
265+
"download_url": "https://github.com/actions/python-versions/releases/download/3.10.4-2034678717/python-3.10.4-win32-x64.zip"
266+
},
267+
{
268+
"filename": "python-3.10.4-win32-x86.zip",
269+
"arch": "x86",
270+
"platform": "win32",
271+
"download_url": "https://github.com/actions/python-versions/releases/download/3.10.4-2034678717/python-3.10.4-win32-x86.zip"
272+
}
273+
]
274+
},
236275
{
237276
"version": "3.10.3",
238277
"stable": true,

0 commit comments

Comments
 (0)