Skip to content

Commit

Permalink
Updated build step in fabfile to include both source and wheel distri…
Browse files Browse the repository at this point in the history
…butions
  • Loading branch information
tleonhardt committed Apr 15, 2018
1 parent d5d5cbf commit 78d2e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def clean():

@task
def build():
local("python setup.py sdist")
local("python setup.py sdist bdist_wheel")


@task
Expand Down

0 comments on commit 78d2e13

Please sign in to comment.