Update release_process.md (#428)

This commit is contained in:
Charlotte Weaver
2018-11-09 16:58:01 -08:00
committed by GitHub
parent 018e3ae5c4
commit 47ce0cfc49

View File

@@ -38,7 +38,7 @@ Follow these steps to create a release.
- [optional] upload the package to test pypi
`twine upload --repository-url https://test.pypi.org/legacy/ dist/*`
- [optional] test the test installation in a fresh virtual environment using
`pip install --index-url https://test.pypi.org/simple/ cellxgene`
`pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple cellxgene`
- upload the package to real pypi using `twine upload dist/*`
- [optional] test the installation in a fresh virtual environment using
`pip install cellxgene`