mirror of
https://github.com/actions/python-versions.git
synced 2025-04-05 06:49:39 +00:00
Add helpers' submodule (#26)
* add common helpers Co-authored-by: Dmitry Shibanov <v-dmshib@microsoft.com>
This commit is contained in:
8
config/python-manifest-config.json
Normal file
8
config/python-manifest-config.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"regex": "python-\\d+\\.\\d+\\.\\d+-(\\w+)-([\\w\\.]+)?-?(x\\d+)",
|
||||
"groups": {
|
||||
"arch": 3,
|
||||
"platform": 1,
|
||||
"platform_version": 2
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user