Skip to content

Commit 71ee682

Browse files
committed
Fix: Edit from @sethmlarson
1 parent eebd3a6 commit 71ee682

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
@@ -282,7 +282,7 @@ In the example GitHub Action `.yaml` file below, you see a `release` trigger def
282282
```yaml
283283
name: Publish to PyPI
284284
on:
285-
# By using release - only people with admin access to make releases to our repo can trigger the push to PyPI
285+
# By using release as a trigger, only GitHub users and actions with write access to make releases to our repo can trigger the push to PyPI
286286
release:
287287
types: [published]
288288
```

0 commit comments

Comments
 (0)