Skip to content

Commit d2b4200

Browse files
committed
ignore if dist is missing
1 parent 4d7bc87 commit d2b4200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/pra.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ prep () {
5151
_confirm "changes to repository o.k.?"
5252
git commit -m "release preparation for ${VERSION}" || true
5353
git tag -s ${VERSION} -m "release tox ${VERSION}" || true
54-
rm dist/tox*
54+
rm dist/tox* || true
5555
python setup.py sdist bdist_wheel
5656
pip install -U dist/tox-${VERSION}.tar.gz
5757
tox --version

0 commit comments

Comments
 (0)