2
2
..
3
3
.. SPDX-License-Identifier: MIT
4
4
5
-
6
- .. _contributing-release-process :
7
-
8
- ***************
9
5
Release Process
10
- ***************
6
+ ===============
11
7
12
- All releases are PGP signed with one of the keys listed in the
13
- ` installation page `_. Before releasing please make sure your PGP key is listed
14
- there, and preferably signed by one of the other key holders.
8
+ All releases are PGP signed with one of the keys listed in `` docs/about.rst ``.
9
+ Before releasing please make sure your PGP key is listed there, and preferably
10
+ signed by one of the other key holders.
15
11
16
- If your key is not signed by one of the other key holders, please make sure the
17
- PR that added your key to the :doc: ` .. /about` page was approved by at least one
18
- other maintainer.
12
+ If your key is not signed by one of the other key holders, please make sure
13
+ that the PR that added your key to `` docs /about.rst `` was approved by at least
14
+ one other maintainer.
19
15
20
16
After that is done, you may release the project by following these steps:
21
17
@@ -44,7 +40,7 @@ After that is done, you may release the project by following these steps:
44
40
$ git push
45
41
$ git push --tags
46
42
47
- #. Release to ` PyPI < https://pypi.org/project/meson-python/ >`_
43
+ #. Release to PyPI:
48
44
49
45
#. Build the Python artifacts:
50
46
@@ -60,9 +56,3 @@ After that is done, you may release the project by following these steps:
60
56
61
57
There is no need to GPG-sign the artifacts: PyPI no longer
62
58
supports uploading GPG signatures.
63
-
64
- If you have any questions, please look at previous releases and/or ping the
65
- other maintainers.
66
-
67
-
68
- .. _installation page : installation
0 commit comments