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 f482759 commit 0aa892fCopy full SHA for 0aa892f
doc/source/development/maintaining.rst
@@ -446,7 +446,8 @@ which will be triggered when the tag is pushed.
446
(e.g. releasing 1.4.5 after 1.5 has been released)
447
448
5. Wheels are uploaded automatically by GitHub Actions
449
- via **Trusted Publishing** when the GitHub *Release*
+ via [**Trusted Publishing**](https://docs.pypi.org/trusted-publishers/)
450
+ when the GitHub [*Release*](https://docs.github.com/en/repositories/releasing-projects-on-github/about-releases)
451
is published. No manual ``twine upload`` step is required.
452
453
6. The GitHub release will after some hours trigger an
0 commit comments