diff options
author | Chayim <chayim@users.noreply.github.com> | 2021-11-09 16:18:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-09 16:18:29 +0200 |
commit | f5160f57fcfe48838cc2082cd3c1c2b86d3bd36c (patch) | |
tree | 57a57ff1bb2200c173222e520a4eb542d5be2edc /tasks.py | |
parent | c19f120e069ab805d2a337beaed3de064e5875f7 (diff) | |
download | redis-py-f5160f57fcfe48838cc2082cd3c1c2b86d3bd36c.tar.gz |
Tests to validate built python packages (#1678)v4.0.0rc2
Diffstat (limited to 'tasks.py')
-rw-r--r-- | tasks.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |