File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 45
45
- Download and check built kits from GitHub Actions:
46
46
$ make clean download_kits check_kits
47
47
- examine the dist directory, and remove anything that looks malformed.
48
+ - opvars
48
49
- test the pypi upload:
49
50
$ make test_upload
50
- - Update PyPI:
51
51
- upload kits:
52
52
$ make kit_upload
53
53
- Tag the tree
59
59
$ make clean github_releases
60
60
- Visit the fixed issues on GitHub and mention the version it was fixed in.
61
61
$ make comment_on_fixes
62
+ - unopvars
62
63
- Bump version:
63
64
$ make bump_version
64
65
$ git push
67
68
- find the latest tag in the inactive list, edit it, make it active.
68
69
- readthedocs won't find the tag until a commit is made on master.
69
70
- keep just the latest version of each x.y release, make the rest active but hidden.
71
+ - pre-releases should be hidden
70
72
- IF NOT PRE-RELEASE:
71
73
- @ https://readthedocs.org/projects/coverage/builds/
72
74
- wait for the new tag build to finish successfully.
You can’t perform that action at this time.
0 commit comments