File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,8 @@ release: FORCE
174
174
testenv2.7_2/src/${MODULE} /setup.py sdist bdist_wheel
175
175
. testenv2.7_2/bin/activate && \
176
176
pip install twine && \
177
- twine upload testenv2.7_2/src/${MODULE} /dist/* && \
177
+ twine upload testenv2.7_2/src/${MODULE} /dist/* \
178
+ testenv3_2/src/${MODULE} /dist/* whl && \
178
179
git tag ${VERSION} && git push --tags
179
180
180
181
FORCE :
Original file line number Diff line number Diff line change @@ -83,6 +83,6 @@ rm lib/python-wheels/setuptools* \
83
83
&& pip install setuptools==${setupver} wheel
84
84
pip install ${package} * .whl
85
85
pip install pytest
86
- mkdir ../ not-${module}
87
- pushd ../ not-${module} ; ../ ../bin/${run_tests} ; popd
86
+ mkdir not-${module}
87
+ pushd not-${module} ; ../bin/${run_tests} ; popd
88
88
popd
You can’t perform that action at this time.
0 commit comments