Skip to content

Commit 78d2e13

Browse files
committed
Updated build step in fabfile to include both source and wheel distributions
1 parent d5d5cbf commit 78d2e13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fabfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def clean():
3030

3131
@task
3232
def build():
33-
local("python setup.py sdist")
33+
local("python setup.py sdist bdist_wheel")
3434

3535

3636
@task

0 commit comments

Comments
 (0)