From 52de88449b39cc8cebbee572bf2cccdff23523e8 Mon Sep 17 00:00:00 2001 From: Federico Foschini Date: Tue, 19 Mar 2024 15:39:42 +0100 Subject: [PATCH] Added verbose --- .github/workflows/python-publish.yml | 1 + test_data/test_rule_1_equals.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 47fb1ae..00e5bc1 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -34,3 +34,4 @@ jobs: with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }} + verbose: true diff --git a/test_data/test_rule_1_equals.json b/test_data/test_rule_1_equals.json index 0f08f0e..46703b9 100644 --- a/test_data/test_rule_1_equals.json +++ b/test_data/test_rule_1_equals.json @@ -10,7 +10,7 @@ "key": "wheel_model", "description": "Carbon fiber wheels needs manual truing", "value": [ - "Superlight", + "superlight", "RacePro" ] }