Skip to content

Commit

Permalink
Removing debug code from dodo file
Browse files Browse the repository at this point in the history
  • Loading branch information
ksamuel committed Aug 31, 2020
1 parent ab10db6 commit 3e0c4da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dodo.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def task_publish_to_pypi():

return {
"task_dep": ["build"],
"actions": ["echo twine upload ./dist/*.whl"],
"actions": ["twine upload ./dist/*.whl"],
}


Expand Down

0 comments on commit 3e0c4da

Please sign in to comment.