Skip to content

Commit ab93b5d

Browse files
committed
adjust path
1 parent 8ab307c commit ab93b5d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,8 @@ release: FORCE
174174
testenv2.7_2/src/${MODULE}/setup.py sdist bdist_wheel
175175
. testenv2.7_2/bin/activate && \
176176
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 && \
178179
git tag ${VERSION} && git push --tags
179180

180181
FORCE:

release-test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,6 @@ rm lib/python-wheels/setuptools* \
8383
&& pip install setuptools==${setupver} wheel
8484
pip install ${package}*.whl
8585
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
8888
popd

0 commit comments

Comments
 (0)