Skip to content
Snippets Groups Projects
Commit 0c665141 authored by Tim Emiola's avatar Tim Emiola
Browse files

Merge pull request #1217 from soltanmm/pypi

Version update to 0.5.0
parents 81e9a748 2b34e5ad
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@ _PACKAGE_DIRECTORIES = {
setuptools.setup(
name='grpcio',
version='0.4.0a8',
version='0.5.0a0',
ext_modules=[_EXTENSION_MODULE],
packages=list(_PACKAGES),
package_dir=_PACKAGE_DIRECTORIES,
......
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment