add updating the cli version (#420)

* add updating the cli version

* remove bdist_wheel -- no platform specific needs
This commit is contained in:
Charlotte Weaver
2018-11-09 12:52:10 -08:00
committed by GitHub
parent b4edd56735
commit dfcef6075e
+1 -1
View File
@@ -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/*`