diff --git a/autotag/release.py b/autotag/release.py index 0fd68b6..f64fd04 100644 --- a/autotag/release.py +++ b/autotag/release.py @@ -133,17 +133,7 @@ def now(): for remote in repo.remotes: remote.fetch() -# Register and upload to pypi -print("Registering with pypi...") -check_call( - [ - "twine", - "register", - "-r", - "pypi", - "dist/omero-webtagging-%s-%s.tar.gz" % (PACKAGE, VERSION), - ] -) +# Upload to pypi print("Uploading to pypi...") check_call( [