summaryrefslogtreecommitdiff
path: root/tasks.py
diff options
context:
space:
mode:
authorChayim <chayim@users.noreply.github.com>2021-11-09 16:18:29 +0200
committerGitHub <noreply@github.com>2021-11-09 16:18:29 +0200
commitf5160f57fcfe48838cc2082cd3c1c2b86d3bd36c (patch)
tree57a57ff1bb2200c173222e520a4eb542d5be2edc /tasks.py
parentc19f120e069ab805d2a337beaed3de064e5875f7 (diff)
downloadredis-py-f5160f57fcfe48838cc2082cd3c1c2b86d3bd36c.tar.gz
Tests to validate built python packages (#1678)v4.0.0rc2
Diffstat (limited to 'tasks.py')
-rw-r--r--tasks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks.py b/tasks.py
index 4ca2242..306291c 100644
--- a/tasks.py
+++ b/tasks.py
@@ -56,4 +56,4 @@ def clean(c):
@task
def package(c):
"""Create the python packages"""
- run("python setup.py build install")
+ run("python setup.py sdist bdist_wheel")