File tree Expand file tree Collapse file tree 1 file changed +9
-20
lines changed Expand file tree Collapse file tree 1 file changed +9
-20
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Things to do for releasing:
19
19
20
20
* Do the actual release changeset
21
21
22
- + update version number
22
+ + bump version number
23
23
24
24
- increment as per Semantic Versioning rules
25
25
@@ -37,31 +37,20 @@ Things to do for releasing:
37
37
38
38
* create pull request to ``python-trio/trio ``'s "master" branch
39
39
40
- * announce PR on gitter
41
-
42
- + wait for feedback
43
-
44
- + fix problems, if any
45
-
46
40
* verify that all checks succeeded
47
41
48
- * acknowledge the release PR
42
+ * tag with vVERSION, push tag
49
43
50
- + or rather, somebody else should do that
44
+ * push to PyPI::
51
45
52
- * tag with vVERSION
46
+ git clean -xdf # maybe run 'git clean -xdn' first to see what it will delete
47
+ python3 setup.py sdist bdist_wheel
48
+ twine upload dist/*
53
49
54
- * push to PyPI
55
-
56
- + ``python3 setup.py sdist bdist_wheel upload ``
57
-
58
- * announce on gitter
59
-
60
- * update version number
50
+ * update version number in the same pull request
61
51
62
52
+ add ``+dev `` tag to the end
63
53
64
- * prepare another pull request to "master"
65
-
66
- + acknowledge it
54
+ * merge the release pull request
67
55
56
+ * announce on gitter
You can’t perform that action at this time.
0 commit comments