commit | 2b34e5adf180fae100609d1efdcf8c7a8c6b6f18 | [log] [tgz] |
---|---|---|
author | Masood Malekghassemi <soltanmm@users.noreply.github.com> | Tue Apr 07 11:03:11 2015 -0700 |
committer | Masood Malekghassemi <soltanmm@users.noreply.github.com> | Tue Apr 07 11:05:35 2015 -0700 |
tree | 4f2ff3788b9c93a9e2eb724fb0aded6a276b7bb1 | |
parent | 451887ba2c366091f0cff96d0d71752a557223c0 [diff] [blame] |
Version update to 0.5.0
diff --git a/tools/distrib/python/submit.py b/tools/distrib/python/submit.py index 5d8a917..79ebb93 100755 --- a/tools/distrib/python/submit.py +++ b/tools/distrib/python/submit.py
@@ -40,7 +40,7 @@ # 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: