Skip to content

Commit

Permalink
fix url of Test PyPI in PR release template.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofavorito committed Oct 6, 2019
1 parent a60e6c0 commit 5cbadd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/RELEASE_PR.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ _Put an `x` in the boxes that apply._
- [ ] I've added an item in `HISTORY.md` for this release
- [ ] I bumped the version number in the `__version__.py` file.
- [ ] I published the latest version on TestPyPI and checked that the following command work:
```pip install pythomata==<version-number> --index-url https://testpypi.org/simple --force --no-cache-dir --no-deps```
```pip install pythomata==<version-number> --index-url https://test.pypi.org/simple --force --no-cache-dir --no-deps```
- [ ] After merging the PR, I'll publish the build also on PyPI. Then, I'll make sure the following
command will work:
```pip install pythomata==<version_number> --force --no-cache-dir --no-deps```
Expand Down

0 comments on commit 5cbadd0

Please sign in to comment.