Skip to content

Commit 3c6e286

Browse files
committed
wipe tox on publish
1 parent 2b75bd0 commit 3c6e286

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ops/build.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,13 @@ publish:
9999
assert:
100100
this: '{version}'
101101
equals: '{expected_version}'
102+
- name: pypyr.steps.cmd
103+
comment: at this point, tox contains the pip compiled pypyr, rather than the -e dev install.
104+
this will lead to surprises when re-using tox env because it won't ever update it again
105+
against the working dir.
106+
description: --> get rid of tox cache.
107+
in:
108+
cmd: rm -rf .tox
102109

103110
get_version:
104111
- name: pypyr.steps.default

0 commit comments

Comments
 (0)