From d773dec8a8df8a79f56454432176f559a120ae87 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Thu, 19 Sep 2019 11:04:14 +0300 Subject: [PATCH] Test PyPI -> TestPyPI --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 573bdf8..d520d69 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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__