aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Masood Malekghassemi <soltanmm@users.noreply.github.com>2015-04-07 11:03:11 -0700
committerGravatar Masood Malekghassemi <soltanmm@users.noreply.github.com>2015-04-07 11:05:35 -0700
commit2b34e5adf180fae100609d1efdcf8c7a8c6b6f18 (patch)
tree4f2ff3788b9c93a9e2eb724fb0aded6a276b7bb1 /tools
parent451887ba2c366091f0cff96d0d71752a557223c0 (diff)
Version update to 0.5.0
Diffstat (limited to 'tools')
-rwxr-xr-xtools/distrib/python/submit.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/distrib/python/submit.py b/tools/distrib/python/submit.py
index 5d8a917365..79ebb93e57 100755
--- a/tools/distrib/python/submit.py
+++ b/tools/distrib/python/submit.py
@@ -40,7 +40,7 @@ except:
# Make the push.
cmd = ['python', 'setup.py', 'sdist']
-subprocess.call(cmd)
+subprocess.call(cmd, cwd=pkgdir)
cmd = ['twine', 'upload', '-r', args.repository]
if args.identity is not None: