Skip to content

Commit faf0fc5

Browse files
mihaimaruseacCopilot
authored andcommitted
Fix typo highlighted by Copilot
Signed-off-by: Mihai Maruseac <[email protected]> Co-authored-by: Copilot <[email protected]>
1 parent fecdbb2 commit faf0fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/trusted-publishing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ publishing.
194194

195195
## Configure automatic publishing to PyPI
196196

197-
The job we configured on GitHub ACtions builds a package for our code, but we
197+
The job we configured on GitHub Actions builds a package for our code, but we
198198
still need to upload it to PyPI. We could upload the package from the same job,
199199
but it is better to create a separate one, to maintain separation of concerns.
200200
This is why in the previous section we uploaded the artifact to the temporary

0 commit comments

Comments
 (0)