You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release-procedure.md
+10-8Lines changed: 10 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -19,14 +19,7 @@ Release procedure
19
19
20
20
* Add eventually new contributor(s) to [CONTRIBUTORS](https://github.com/k-bx/python-semver/blob/master/CONTRIBUTORS)
21
21
22
-
* Tag commit and push to github using command line interface
23
-
24
-
```bash
25
-
git tag -a x.x.x -m 'Version x.x.x'
26
-
git push python-semver master --tags
27
-
```
28
-
29
-
or using GitHub web interface available at https://github.com/k-bx/python-semver/releases
22
+
* Ensure that long description (ie [README.rst](https://github.com/k-bx/python-semver/blob/master/README.rst)) can be correctly rendered by Pypi using `restview --long-description`
30
23
31
24
* Upload to PyPI
32
25
@@ -37,3 +30,12 @@ twine upload dist/*
37
30
```
38
31
39
32
* Go to https://pypi.org/project/semver/ to verify that new version is online and page is rendered correctly
33
+
34
+
* Tag commit and push to github using command line interface
35
+
36
+
```bash
37
+
git tag -a x.x.x -m 'Version x.x.x'
38
+
git push python-semver master --tags
39
+
```
40
+
41
+
or using GitHub web interface available at https://github.com/k-bx/python-semver/releases
0 commit comments