Skip to content

Commit

Permalink
Specify file to upload via twine
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Dec 21, 2018
1 parent 6d74613 commit 88c7d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
'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))
Expand Down

0 comments on commit 88c7d1d

Please sign in to comment.