mirror of
https://github.com/actions/python-versions.git
synced 2025-04-05 06:49:39 +00:00
8 lines
192 B
JSON
8 lines
192 B
JSON
{
|
|
"regex": "python-\\d+\\.\\d+\\.\\d+-(\\w+\\.\\d+)?-?(\\w+)-(\\d+\\.\\d+)?-?((x|arm)\\d+)",
|
|
"groups": {
|
|
"arch": 4,
|
|
"platform": 2,
|
|
"platform_version": 3
|
|
}
|
|
} |