Skip to content

Commit 797eb71

Browse files
Update versions-manifest (actions#141)
Co-authored-by: Service account <no-reply@microsoft.com>
1 parent 210583e commit 797eb71

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

Diff for: versions-manifest.json

+16-4
Original file line numberDiff line numberDiff line change
@@ -197,27 +197,39 @@
197197
{
198198
"version": "3.10.2",
199199
"stable": true,
200-
"release_url": "https://github.com/actions/python-versions/releases/tag/3.10.2-121429",
200+
"release_url": "https://github.com/actions/python-versions/releases/tag/3.10.2-1805098134",
201201
"files": [
202202
{
203203
"filename": "python-3.10.2-darwin-x64.tar.gz",
204204
"arch": "x64",
205205
"platform": "darwin",
206-
"download_url": "https://github.com/actions/python-versions/releases/download/3.10.2-121429/python-3.10.2-darwin-x64.tar.gz"
206+
"download_url": "https://github.com/actions/python-versions/releases/download/3.10.2-1805098134/python-3.10.2-darwin-x64.tar.gz"
207207
},
208208
{
209209
"filename": "python-3.10.2-linux-18.04-x64.tar.gz",
210210
"arch": "x64",
211211
"platform": "linux",
212212
"platform_version": "18.04",
213-
"download_url": "https://github.com/actions/python-versions/releases/download/3.10.2-121429/python-3.10.2-linux-18.04-x64.tar.gz"
213+
"download_url": "https://github.com/actions/python-versions/releases/download/3.10.2-1805098134/python-3.10.2-linux-18.04-x64.tar.gz"
214214
},
215215
{
216216
"filename": "python-3.10.2-linux-20.04-x64.tar.gz",
217217
"arch": "x64",
218218
"platform": "linux",
219219
"platform_version": "20.04",
220-
"download_url": "https://github.com/actions/python-versions/releases/download/3.10.2-121429/python-3.10.2-linux-20.04-x64.tar.gz"
220+
"download_url": "https://github.com/actions/python-versions/releases/download/3.10.2-1805098134/python-3.10.2-linux-20.04-x64.tar.gz"
221+
},
222+
{
223+
"filename": "python-3.10.2-win32-x64.zip",
224+
"arch": "x64",
225+
"platform": "win32",
226+
"download_url": "https://github.com/actions/python-versions/releases/download/3.10.2-1805098134/python-3.10.2-win32-x64.zip"
227+
},
228+
{
229+
"filename": "python-3.10.2-win32-x86.zip",
230+
"arch": "x86",
231+
"platform": "win32",
232+
"download_url": "https://github.com/actions/python-versions/releases/download/3.10.2-1805098134/python-3.10.2-win32-x86.zip"
221233
}
222234
]
223235
},

0 commit comments

Comments
 (0)