Skip to content

Commit 59706b6

Browse files
author
Eric Kolve
committed
adding space
1 parent dc9d522 commit 59706b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tasks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,4 @@ def deploy_pip(context):
4040
if 'TWINE_PASSWORD' not in os.environ:
4141
raise Exception("Twine token not specified in environment")
4242
subprocess.check_call("twine upload --repository testpypi -u __token__ dist/*", shell=True)
43+

0 commit comments

Comments
 (0)