We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a831b57 commit 88650b7Copy full SHA for 88650b7
tasks.py
@@ -28,4 +28,4 @@ def deploy(c):
28
command = "poetry run ghp-import --cname dry-python.org --branch master --push site"
29
enter_username = Responder(r"Username: ", environ["GIT_COMMITTER_NAME"])
30
enter_password = Responder(r"Password: ", environ["GIT_COMMITTER_PASSWORD"])
31
- c.run(command, watchers=[enter_username, enter_password])
+ c.run(command, pty=True, watchers=[enter_username, enter_password])
0 commit comments