mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-18 06:17:59 +08:00
Update release_process.md (#428)
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user