提交 3ed6b664 编写于 作者: K Kentaro Wada

Update setup.py

上级 000b3be3
......@@ -47,7 +47,8 @@ if sys.argv[1] == 'release':
commands = [
'git tag v{:s}'.format(version),
'git push origin master --tag',
'python setup.py sdist upload',
'python setup.py sdist',
'twine upload labelme-{:s}.tar.gz'.format(version),
]
sys.exit(sum(subprocess.call(shlex.split(cmd)) for cmd in commands))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册