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 2b75bd0 commit 3c6e286Copy full SHA for 3c6e286
ops/build.yaml
@@ -99,6 +99,13 @@ publish:
99
assert:
100
this: '{version}'
101
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
109
110
get_version:
111
- name: pypyr.steps.default
0 commit comments