We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eaee6b commit 931161eCopy full SHA for 931161e
1 file changed
docs/release_checklist.md
@@ -43,9 +43,11 @@ git flow release start ${new_version}
43
## 4. Test install using pip in fresh conda environment
44
45
```shell
46
+rm -rf dist
47
pip wheel -w dist --no-deps --no-cache-dir --use-pep517 -v .
48
+conda env remove -n test -yq
49
mamba env create --force -n test -f requirements.yaml
-mamba activate test
50
+conda activate test
51
pip install --no-deps --no-cache-dir --use-pep517 -v dist/gimmemotifs*.whl
52
53
rm ~/.config/gimmemotifs/gimmemotifs.cfg
0 commit comments