Skip to content

Commit

Permalink
change regex for creating pr (actions#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-shibanov committed May 19, 2023
1 parent 6d04944 commit 80893f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/python-manifest-config.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 80893f5

Please sign in to comment.