From 47ce0cfc495e5abb383858d6076d388493003d16 Mon Sep 17 00:00:00 2001 From: Charlotte Weaver Date: Fri, 9 Nov 2018 16:58:01 -0800 Subject: [PATCH] Update release_process.md (#428) --- 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 1678d876..f944d6ee 100644 --- a/docs/release_process.md +++ b/docs/release_process.md @@ -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`