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 dc9d522 commit 59706b6Copy full SHA for 59706b6
tasks.py
@@ -40,3 +40,4 @@ def deploy_pip(context):
40
if 'TWINE_PASSWORD' not in os.environ:
41
raise Exception("Twine token not specified in environment")
42
subprocess.check_call("twine upload --repository testpypi -u __token__ dist/*", shell=True)
43
+
0 commit comments