Skip to content

Commit

Permalink
Add extra newlines for PEP8.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsroten committed Mar 18, 2017
1 parent afa6a0f commit 885b0b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions release.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,11 @@ def register_with_pypi():
def create_source_tarball():
run_step('python', 'setup.py', 'sdist')


def create_python_wheel():
run_step('python', 'setup.py', 'sdist', 'bdist_wheel')


def upload_source_tarball():
run_step('python', 'setup.py', 'sdist', 'upload')

Expand Down

0 comments on commit 885b0b3

Please sign in to comment.