We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5d5cbf commit 78d2e13Copy full SHA for 78d2e13
fabfile.py
@@ -30,7 +30,7 @@ def clean():
30
31
@task
32
def build():
33
- local("python setup.py sdist")
+ local("python setup.py sdist bdist_wheel")
34
35
36
0 commit comments