There was an error while loading. Please reload this page.
1 parent 4d7bc87 commit d2b4200Copy full SHA for d2b4200
tasks/pra.sh
@@ -51,7 +51,7 @@ prep () {
51
_confirm "changes to repository o.k.?"
52
git commit -m "release preparation for ${VERSION}" || true
53
git tag -s ${VERSION} -m "release tox ${VERSION}" || true
54
- rm dist/tox*
+ rm dist/tox* || true
55
python setup.py sdist bdist_wheel
56
pip install -U dist/tox-${VERSION}.tar.gz
57
tox --version
0 commit comments