Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

Commit

Permalink
Updated to pypi.org (remove registration)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpwrussell committed Jan 18, 2020
1 parent d20e160 commit 10a51e2
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions autotag/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
[
Expand Down

0 comments on commit 10a51e2

Please sign in to comment.