Skip to content

Commit 52de884

Browse files
author
Federico Foschini
committed
Added verbose
1 parent 0da1995 commit 52de884

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,4 @@ jobs:
3434
with:
3535
user: __token__
3636
password: ${{ secrets.PYPI_API_TOKEN }}
37+
verbose: true

test_data/test_rule_1_equals.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"key": "wheel_model",
1111
"description": "Carbon fiber wheels needs manual truing",
1212
"value": [
13-
"Superlight",
13+
"superlight",
1414
"RacePro"
1515
]
1616
}

0 commit comments

Comments
 (0)