From dfcef6075efa599009f7225970d06ef5d6fd7566 Mon Sep 17 00:00:00 2001 From: Charlotte Weaver Date: Fri, 9 Nov 2018 12:52:10 -0800 Subject: [PATCH] add updating the cli version (#420) * add updating the cli version * remove bdist_wheel -- no platform specific needs --- docs/release_process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release_process.md b/docs/release_process.md index a114ed7c..1678d876 100644 --- a/docs/release_process.md +++ b/docs/release_process.md @@ -33,7 +33,7 @@ Follow these steps to create a release. (assumes you have `setuptools` and `twine` installed and that you have registered for pypi and have write access to the cellxgene pypi package) - build the distribution by calling - `python setup.py sdist bdist_wheel` + `python setup.py sdist` inside the top-level directory - [optional] upload the package to test pypi `twine upload --repository-url https://test.pypi.org/legacy/ dist/*`