summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 534b23aa..981f9455 100755
--- a/setup.py
+++ b/setup.py
@@ -31,7 +31,8 @@ class PyTest(TestCommand):
# 'setup.py publish' shortcut.
if sys.argv[-1] == 'publish':
- os.system('python setup.py sdist upload')
+ os.system('python setup.py sdist bdist_wheel')
+ os.system('twine upload dist/*')
sys.exit()
packages = [