diff --git a/setup.py b/setup.py index 022b36e..ae4ba11 100644 --- a/setup.py +++ b/setup.py @@ -88,7 +88,7 @@ class UploadCommand(Command): self.status('Pushing git tags…') os.system('git tag v{0}'.format(about['__version__'])) os.system('git push --tags') - + sys.exit()