Skip to content

Commit

Permalink
Merge "[dest] remove final print statement"
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins-bot authored and Gerrit Code Review committed Jan 27, 2024
2 parents 7c4962f + 6f72df6 commit 2009f6e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,10 +352,6 @@ def main() -> None: # pragma: no cover
],
)

# Finally show distribution version before uploading
if 'sdist' in sys.argv:
print(f'\nDistribution package created for version {version}')


if __name__ == '__main__': # pragma: no cover
main()

0 comments on commit 2009f6e

Please sign in to comment.