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 fecdbb2 commit faf0fc5Copy full SHA for faf0fc5
tutorials/trusted-publishing.md
@@ -194,7 +194,7 @@ publishing.
194
195
## Configure automatic publishing to PyPI
196
197
-The job we configured on GitHub ACtions builds a package for our code, but we
+The job we configured on GitHub Actions builds a package for our code, but we
198
still need to upload it to PyPI. We could upload the package from the same job,
199
but it is better to create a separate one, to maintain separation of concerns.
200
This is why in the previous section we uploaded the artifact to the temporary
0 commit comments