Skip to content

Commit 80893f5

Browse files
change regex for creating pr (actions#227)
1 parent 6d04944 commit 80893f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/python-manifest-config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"regex": "python-\\d+\\.\\d+\\.\\d+-(\\w+\\.\\d+)?-?(\\w+)-(\\d+\\.\\d+)?-?(x\\d+)",
2+
"regex": "python-\\d+\\.\\d+\\.\\d+-(\\w+\\.\\d+)?-?(\\w+)-(\\d+\\.\\d+)?-?((x|arm)\\d+)",
33
"groups": {
44
"arch": 4,
55
"platform": 2,

0 commit comments

Comments
 (0)