From e6db9f21850d2a109833ea2cfc9540cb542d3420 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 22 Oct 2021 11:26:22 -0700 Subject: fixes to python openapi client for v0.4.0 --- python_openapi_client/setup.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'python_openapi_client/setup.py') diff --git a/python_openapi_client/setup.py b/python_openapi_client/setup.py index 53b8e9de..bef29376 100644 --- a/python_openapi_client/setup.py +++ b/python_openapi_client/setup.py @@ -91,10 +91,6 @@ class UploadCommand(Command): self.status('Uploading the package to PyPI via Twine…') os.system('twine upload dist/*') - self.status('Pushing git tags…') - os.system('git tag v{0}'.format(about['__version__'])) - os.system('git push --tags') - sys.exit() -- cgit v1.2.3