File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -6,16 +6,11 @@ Release checklist
6
6
- [ ] Change current development version in ` CHANGELOG.rst ` to stable version.
7
7
- [ ] Change the version in ` __init__.py `
8
8
- [ ] Merge the release branch into ` main ` .
9
- - [ ] Create a test pypi package from the main branch. ([ Instructions.] (
10
- https://packaging.python.org/tutorials/packaging-projects/#generating-distribution-archives
11
- ))
12
- - [ ] Install the packages from the test pypi repository to see if they work.
13
9
- [ ] Created an annotated tag with the stable version number. Include changes
14
10
from CHANGELOG.rst.
15
- - [ ] Push tag to remote.
16
- - [ ] Push tested packages to pypi.
11
+ - [ ] Push tag to remote. This triggers the wheel/sdist build on github CI.
17
12
- [ ] merge ` main ` branch back into ` develop ` .
18
- - [ ] Add updated version number to develop.
13
+ - [ ] Add updated version number to develop. ( ` setup.py ` and ` src/isal/__init__.py ` )
19
14
- [ ] Build the new tag on readthedocs. Only build the last patch version of
20
15
each minor version. So ` 1.1.1 ` and ` 1.2.0 ` but not ` 1.1.0 ` , ` 1.1.1 ` and ` 1.2.0 ` .
21
16
- [ ] Create a new release on github.
You can’t perform that action at this time.
0 commit comments