Skip to content

Commit 931161e

Browse files
committed
update release_checklist
1 parent 9eaee6b commit 931161e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/release_checklist.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,11 @@ git flow release start ${new_version}
4343
## 4. Test install using pip in fresh conda environment
4444

4545
```shell
46+
rm -rf dist
4647
pip wheel -w dist --no-deps --no-cache-dir --use-pep517 -v .
48+
conda env remove -n test -yq
4749
mamba env create --force -n test -f requirements.yaml
48-
mamba activate test
50+
conda activate test
4951
pip install --no-deps --no-cache-dir --use-pep517 -v dist/gimmemotifs*.whl
5052

5153
rm ~/.config/gimmemotifs/gimmemotifs.cfg

0 commit comments

Comments
 (0)