Skip to content

Commit 0f45ea9

Browse files
committed
Rename a Test PyPI secret
1 parent 32324e5 commit 0f45ea9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,17 @@ The later is possible if you use `setuptools_scm` package but
6565
you could also invent your own solution based on the distance
6666
to the latest tagged commit.
6767

68+
Please notice that you'll need to create another token for a
69+
separate host and then [save it as a GitHub repo
70+
secret][Creating & using secrets].
71+
6872
The action invocation in this case would look like:
6973
```yml
7074
- name: Publish package to Test PyPI
7175
uses: pypa/gh-action-pypi-publish@master
7276
with:
7377
user: __token__
74-
password: ${{ secrets.pypi_password }}
78+
password: ${{ secrets.test_pypi_password }}
7579
repository_url: https://test.pypi.org/legacy/
7680
```
7781

0 commit comments

Comments
 (0)