change regex for creating pr (#227)

This commit is contained in:
Dmitry Shibanov
2023-05-19 16:11:02 +02:00
committed by GitHub
parent 6d04944fbd
commit 80893f523f

View File

@ -1,5 +1,5 @@
{
"regex": "python-\\d+\\.\\d+\\.\\d+-(\\w+\\.\\d+)?-?(\\w+)-(\\d+\\.\\d+)?-?(x\\d+)",
"regex": "python-\\d+\\.\\d+\\.\\d+-(\\w+\\.\\d+)?-?(\\w+)-(\\d+\\.\\d+)?-?((x|arm)\\d+)",
"groups": {
"arch": 4,
"platform": 2,