Skip to content

Commit e9c0c0f

Browse files
authored
Update release checklist for cibuildwheel changes.
1 parent 755397a commit e9c0c0f

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/release_checklist.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff 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
1410
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.
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
2015
each 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.

0 commit comments

Comments
 (0)