Skip to content

Commit

Permalink
Remove accidental return statement from upload cmd
Browse files Browse the repository at this point in the history
This was added accidentally in pypa#395 and was missed on review.
  • Loading branch information
di committed Sep 24, 2018
1 parent c5d9247 commit 7cafa6c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions twine/commands/upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,6 @@ def upload(upload_settings, dists):
# pool.
repository.close()

return True


def main(args):
parser = argparse.ArgumentParser(prog="twine upload")
Expand Down

0 comments on commit 7cafa6c

Please sign in to comment.