Skip to content
This repository has been archived by the owner on May 16, 2022. It is now read-only.

Commit

Permalink
Merge pull request #158 from jpopelka/pypi-release
Browse files Browse the repository at this point in the history
Fix a bug introduced in #147
  • Loading branch information
jpopelka authored Feb 25, 2019
2 parents fdf16ae + 2985291 commit e607f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release_bot/releasebot.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def release_handler(success):
self.git.fetch_tags()
self.git.checkout(self.new_release['version'])
try:
self.pypi.release(self.new_release)
self.pypi.release()
release_handler(success=True)
except ReleaseException:
release_handler(success=False)
Expand Down

0 comments on commit e607f68

Please sign in to comment.