From 3e0c4da19302bee38f6cb009362e2f7071b88705 Mon Sep 17 00:00:00 2001 From: ksamuel Date: Mon, 31 Aug 2020 17:35:33 +0200 Subject: [PATCH] Removing debug code from dodo file --- dodo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dodo.py b/dodo.py index 6d294be..8485c11 100644 --- a/dodo.py +++ b/dodo.py @@ -80,7 +80,7 @@ def task_publish_to_pypi(): return { "task_dep": ["build"], - "actions": ["echo twine upload ./dist/*.whl"], + "actions": ["twine upload ./dist/*.whl"], }