提交 5d202b39 编写于 作者: K Kentaro Wada

Specify file to upload via twine

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