mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-25 11:08:11 +08:00
add updating the cli version (#420)
* add updating the cli version * remove bdist_wheel -- no platform specific needs
This commit is contained in:
@@ -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/*`
|
||||
|
||||
Reference in New Issue
Block a user