Skip to content

Commit

Permalink
Test PyPI -> TestPyPI in README
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz authored Sep 19, 2019
2 parents ccc58ba + d773dec commit 9cebe9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ For best results, figure out what kind of workflow fits your
project's specific needs.

For example, you could implement a parallel workflow that
pushes every commit to Test PyPI or your own index server,
pushes every commit to TestPyPI or your own index server,
like `devpi`. For this, you'd need to (1) specify a custom
`repository_url` value and (2) generate a unique version
number for each upload so that they'd not create a conflict.
Expand All @@ -71,7 +71,7 @@ You'll need to create another token for a separate host and then

The action invocation in this case would look like:
```yml
- name: Publish package to Test PyPI
- name: Publish package to TestPyPI
uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
Expand Down

0 comments on commit 9cebe9a

Please sign in to comment.