We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32324e5 commit 0f45ea9Copy full SHA for 0f45ea9
README.md
@@ -65,13 +65,17 @@ The later is possible if you use `setuptools_scm` package but
65
you could also invent your own solution based on the distance
66
to the latest tagged commit.
67
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
+
72
The action invocation in this case would look like:
73
```yml
74
- name: Publish package to Test PyPI
75
uses: pypa/gh-action-pypi-publish@master
76
with:
77
user: __token__
- password: ${{ secrets.pypi_password }}
78
+ password: ${{ secrets.test_pypi_password }}
79
repository_url: https://test.pypi.org/legacy/
80
```
81
0 commit comments