Skip to content

Commit

Permalink
修改便签命名。
Browse files Browse the repository at this point in the history
  • Loading branch information
BigCircleLaw committed Feb 13, 2020
1 parent d02e2f7 commit 34734c8
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 @@ -71,7 +71,7 @@ def run(self):
os.system('twine upload dist/*')

# self.status('Pushing git tags…')
os.system('git tag v{0}'.format(about['__version__']))
os.system('git tag {0}'.format(about['__version__']))
os.system('git push --tags')

sys.exit()
Expand Down

0 comments on commit 34734c8

Please sign in to comment.