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
66 - [ ] Change current development version in ` CHANGELOG.rst ` to stable version.
77 - [ ] Change the version in ` __init__.py `
88- [ ] 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.
139- [ ] Created an annotated tag with the stable version number. Include changes
1410from 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.
1712- [ ] 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 ` )
1914- [ ] Build the new tag on readthedocs. Only build the last patch version of
2015each minor version. So ` 1.1.1 ` and ` 1.2.0 ` but not ` 1.1.0 ` , ` 1.1.1 ` and ` 1.2.0 ` .
2116- [ ] Create a new release on github.
You can’t perform that action at this time.
0 commit comments