mirror of
https://github.com/actions/python-versions.git
synced 2025-04-06 15:29:39 +00:00
* Add support of unstable versions to package generation (#2) * Add support of symver versions to Python setup scripts and tests Co-authored-by: Maksim Petrov <47208721+vmapetr@users.noreply.github.com> Co-authored-by: MaksimZhukov <v-mazhuk@microsoft.com> Co-authored-by: Maxim Lobanov <v-malob@microsoft.com>
8 lines
186 B
JSON
8 lines
186 B
JSON
{
|
|
"regex": "python-\\d+\\.\\d+\\.\\d+-(\\w+\\.\\d+)?-?(\\w+)-(\\d+\\.\\d+)?-?(x\\d+)",
|
|
"groups": {
|
|
"arch": 4,
|
|
"platform": 2,
|
|
"platform_version": 3
|
|
}
|
|
} |