Skip to content

Commit b47811b

Browse files
committed
Fix: Edit from @sethmlarson
1 parent cf02163 commit b47811b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2024-12-13-python-packaging-security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ To lock down a GitHub environment:
114114
115115
Now that you have a GitHub environment setup, you can set up Trusted Publisher in your PyPI account.
116116
117-
A Trusted Publisher setup creates a short-lived secure link between PyPI and your repository.
117+
A Trusted Publisher setup creates a secure link between PyPI and your repository.
118118
- PyPI is allowed to authenticate your [package distribution files (sdist and wheel archives)](https://www.pyopensci.org/python-package-guide/package-structure-code/python-package-distribution-files-sdist-wheel.html#how-to-create-the-distribution-format-that-pypi-and-pip-expects) uploads directly, so no additional configuration is required.
119119
- Trusted Publisher restricts publishing to a specific GitHub Actions workflows and environments defined in your repository.
120120

0 commit comments

Comments
 (0)