Removing debug code from dodo file

This commit is contained in:
ksamuel 2020-08-31 17:35:33 +02:00
parent ab10db69b4
commit 3e0c4da193
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ def task_publish_to_pypi():
return {
"task_dep": ["build"],
"actions": ["echo twine upload ./dist/*.whl"],
"actions": ["twine upload ./dist/*.whl"],
}