Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit abc7af4

Browse files
authored
Merge pull request actions#54 from actions/update-versions-manifest-file
[versions-manifest] Update for release from 09/24/2020
2 parents ff07bff + c2464b5 commit abc7af4

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

versions-manifest.json

+46
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,52 @@
183183
}
184184
]
185185
},
186+
{
187+
"version": "3.8.6",
188+
"stable": true,
189+
"release_url": "https://github.com/actions/python-versions/releases/tag/3.8.6-82502",
190+
"files": [
191+
{
192+
"filename": "python-3.8.6-darwin-x64.tar.gz",
193+
"arch": "x64",
194+
"platform": "darwin",
195+
"download_url": "https://github.com/actions/python-versions/releases/download/3.8.6-82502/python-3.8.6-darwin-x64.tar.gz"
196+
},
197+
{
198+
"filename": "python-3.8.6-linux-16.04-x64.tar.gz",
199+
"arch": "x64",
200+
"platform": "linux",
201+
"platform_version": "16.04",
202+
"download_url": "https://github.com/actions/python-versions/releases/download/3.8.6-82502/python-3.8.6-linux-16.04-x64.tar.gz"
203+
},
204+
{
205+
"filename": "python-3.8.6-linux-18.04-x64.tar.gz",
206+
"arch": "x64",
207+
"platform": "linux",
208+
"platform_version": "18.04",
209+
"download_url": "https://github.com/actions/python-versions/releases/download/3.8.6-82502/python-3.8.6-linux-18.04-x64.tar.gz"
210+
},
211+
{
212+
"filename": "python-3.8.6-linux-20.04-x64.tar.gz",
213+
"arch": "x64",
214+
"platform": "linux",
215+
"platform_version": "20.04",
216+
"download_url": "https://github.com/actions/python-versions/releases/download/3.8.6-82502/python-3.8.6-linux-20.04-x64.tar.gz"
217+
},
218+
{
219+
"filename": "python-3.8.6-win32-x64.zip",
220+
"arch": "x64",
221+
"platform": "win32",
222+
"download_url": "https://github.com/actions/python-versions/releases/download/3.8.6-82502/python-3.8.6-win32-x64.zip"
223+
},
224+
{
225+
"filename": "python-3.8.6-win32-x86.zip",
226+
"arch": "x86",
227+
"platform": "win32",
228+
"download_url": "https://github.com/actions/python-versions/releases/download/3.8.6-82502/python-3.8.6-win32-x86.zip"
229+
}
230+
]
231+
},
186232
{
187233
"version": "3.8.5",
188234
"stable": true,

0 commit comments

Comments
 (0)