File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ For best results, figure out what kind of workflow fits your
5858project's specific needs.
5959
6060For example, you could implement a parallel workflow that
61- pushes every commit to Test PyPI or your own index server,
61+ pushes every commit to TestPyPI or your own index server,
6262like `devpi`. For this, you'd need to (1) specify a custom
6363` repository_url` value and (2) generate a unique version
6464number 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
7171
7272The action invocation in this case would look like :
7373` ` ` yml
74- - name: Publish package to Test PyPI
74+ - name: Publish package to TestPyPI
7575 uses: pypa/gh-action-pypi-publish@master
7676 with:
7777 user: __token__
You can’t perform that action at this time.
0 commit comments