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 970f0a9 commit d1c6180Copy full SHA for d1c6180
README.md
@@ -22,6 +22,6 @@ The `test.yml` GitHub Actions workflow will run your tests automatically any tim
22
23
The `publish.yml` Action runs when you create a new GitHub release. It can build and upload your package to [PyPI](https://pypi.org/).
24
25
-For this to work, you need to create an API token for your PyPI account and add that to your repository as a secret called `PYPI_TOKEN`.
+For this to work you need to create an account on PyPI and configure your new GitHub repository as a "trusted publisher".
26
27
See [Publishing your library as a package to PyPI](https://github.com/simonw/python-lib#publishing-your-library-as-a-package-to-pypi) for details.
0 commit comments