From 80893f523f49c42f6a3591bf1eb05a430cba62ae Mon Sep 17 00:00:00 2001 From: Dmitry Shibanov Date: Fri, 19 May 2023 16:11:02 +0200 Subject: [PATCH] change regex for creating pr (#227) --- config/python-manifest-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/python-manifest-config.json b/config/python-manifest-config.json index 676da2c..d2529b0 100644 --- a/config/python-manifest-config.json +++ b/config/python-manifest-config.json @@ -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,