Skip to content

Commit 10f5e8e

Browse files
MaksimZhukov459680
andauthored
Update versions-manifest based on build from 20200514.1 (actions#25)
Co-authored-by: Service account <[email protected]>
1 parent 1c756eb commit 10f5e8e

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

versions-manifest.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,51 @@
11
[
2+
{
3+
"version": "3.8.3",
4+
"stable": true,
5+
"release_url": "https://github.com/actions/python-versions/releases/tag/3.8.3-20200514.1",
6+
"files": [
7+
{
8+
"filename": "python-3.8.3-macos-1014-x64.tar.gz",
9+
"arch": "x64",
10+
"platform": "darwin",
11+
"platform_version": "10.14",
12+
"download_url": "https://github.com/actions/python-versions/releases/download/3.8.3-20200514.1/python-3.8.3-macos-1014-x64.tar.gz"
13+
},
14+
{
15+
"filename": "python-3.8.3-macos-1014-x64.tar.gz",
16+
"arch": "x64",
17+
"platform": "darwin",
18+
"platform_version": "10.15",
19+
"download_url": "https://github.com/actions/python-versions/releases/download/3.8.3-20200514.1/python-3.8.3-macos-1014-x64.tar.gz"
20+
},
21+
{
22+
"filename": "python-3.8.3-ubuntu-1604-x64.tar.gz",
23+
"arch": "x64",
24+
"platform": "linux",
25+
"platform_version": "16.04",
26+
"download_url": "https://github.com/actions/python-versions/releases/download/3.8.3-20200514.1/python-3.8.3-ubuntu-1604-x64.tar.gz"
27+
},
28+
{
29+
"filename": "python-3.8.3-ubuntu-1804-x64.tar.gz",
30+
"arch": "x64",
31+
"platform": "linux",
32+
"platform_version": "18.04",
33+
"download_url": "https://github.com/actions/python-versions/releases/download/3.8.3-20200514.1/python-3.8.3-ubuntu-1804-x64.tar.gz"
34+
},
35+
{
36+
"filename": "python-3.8.3-windows-2016-x64.zip",
37+
"arch": "x64",
38+
"platform": "win32",
39+
"download_url": "https://github.com/actions/python-versions/releases/download/3.8.3-20200514.1/python-3.8.3-windows-2016-x64.zip"
40+
},
41+
{
42+
"filename": "python-3.8.3-windows-2016-x86.zip",
43+
"arch": "x86",
44+
"platform": "win32",
45+
"download_url": "https://github.com/actions/python-versions/releases/download/3.8.3-20200514.1/python-3.8.3-windows-2016-x86.zip"
46+
}
47+
]
48+
},
249
{
350
"version": "3.8.2",
451
"stable": true,

0 commit comments

Comments
 (0)