File tree 1 file changed +11
-5
lines changed
1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -31,16 +31,22 @@ class InvalidFeatureRelease(Exception):
31
31
SLUG = "pytest-dev/pytest"
32
32
33
33
PR_BODY = """\
34
- Created by the [prepare release pr](https://github.com/pytest-dev/pytest/actions/workflows/prepare-release-pr.yml)
35
- workflow.
34
+ Created by the [prepare release pr]\
35
+ (https://github.com/pytest-dev/pytest/actions/workflows/prepare-release-pr.yml) workflow.
36
36
37
- Once all builds pass and it has been **approved** by one or more maintainers,
38
- start the [deploy](https://github.com/pytest-dev/pytest/actions/workflows/deploy.yml) workflow, using these parameters:
37
+ Once all builds pass and it has been **approved** by one or more maintainers, start the \
38
+ [deploy](https://github.com/pytest-dev/pytest/actions/workflows/deploy.yml) workflow, using these parameters:
39
39
40
40
* `Use workflow from`: `release-{version}`.
41
41
* `Release version`: `{version}`.
42
42
43
- After the `deploy` workflow has been approved by a core maintainer, the package will be uploaded to PyPI automatically.
43
+ Or execute on the command line:
44
+
45
+ ```console
46
+ gh workflow run deploy.yml -r release-{version} -f version={version}
47
+ ```
48
+
49
+ After the workflow has been approved by a core maintainer, the package will be uploaded to PyPI automatically.
44
50
"""
45
51
46
52
You can’t perform that action at this time.
0 commit comments