Skip to content

Commit

Permalink
fix typos in release guidelines (#522)
Browse files Browse the repository at this point in the history
  • Loading branch information
kne42 authored and sofroniewn committed Sep 11, 2019
1 parent 5a24532 commit e7bf801
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASE.md
Expand Up @@ -50,12 +50,12 @@ $ pip install twine
To make sure that everything is working properly, first upload to `test.pypi.org`,
entering your credentials when prompted:
```bash
$ python -m twine upload --repository-url=test.pypi.org/legacy/ dist/*
$ python -m twine upload --repository-url=https://test.pypi.org/legacy/ dist/*
```

Then create a new environment and download the release from the test servers:
```bash
$ python -m pip install --extra-index-url test.pypi.org/simple/ napari=X.Y.Z
$ python -m pip install --extra-index-url https://test.pypi.org/simple/ napari==X.Y.Z
```

Try running some examples and tests to verify that everything is working properly.
Expand Down

0 comments on commit e7bf801

Please sign in to comment.