@@ -9,7 +9,7 @@ popular choice is having a workflow that's triggered by a
9
9
This guide shows you how to publish a Python distribution
10
10
whenever a tagged commit is pushed.
11
11
It will use the `pypa/gh-action-pypi-publish GitHub Action `_ for
12
- publishing and `upload-artifact `_ and `download-artifact `_ actions
12
+ publishing. It also uses GitHub's `upload-artifact `_ and `download-artifact `_ actions
13
13
for temporarily storing and downloading the source packages.
14
14
15
15
.. attention ::
@@ -40,11 +40,11 @@ Let's begin! 🚀
40
40
41
41
1. Go to https://pypi.org/manage/account/publishing/.
42
42
2. Fill in the name you wish to publish your new project under,
43
- your GitHub username and repository name and
44
- the name of the release workflow file under
45
- the ``.github/ `` folder, see :ref: `workflow-definition `.
43
+ your GitHub username and repository name and
44
+ the name of the release workflow file under
45
+ the ``.github/ `` folder, see :ref: `workflow-definition `.
46
46
Finally add the name of the GitHub Actions environment
47
- running under your repository.
47
+ set up under your repository.
48
48
Register the trusted publisher.
49
49
3. Now, go to https://test.pypi.org/manage/account/publishing/ and repeat
50
50
the second step.
0 commit comments