Skip to content

Commit 20810aa

Browse files
committed
match Makefile to release-test.sh
1 parent 60dbec1 commit 20810aa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,11 +156,11 @@ release-test: FORCE
156156

157157
release: FORCE
158158
PYVER=3 ./release-test.sh
159-
. testenv3_2/bin/activate && \
160-
testenv3_2/src/${MODULE}/setup.py sdist bdist_wheel
161-
. testenv3_2/bin/activate && \
159+
. testenv2/bin/activate && \
160+
testenv2/src/${MODULE}/setup.py sdist bdist_wheel
161+
. testenv2/bin/activate && \
162162
pip install twine && \
163-
twine upload testenv3_2/src/${MODULE}/dist/*whl && \
163+
twine upload testenv2/src/${MODULE}/dist/*whl && \
164164
git tag ${VERSION} && git push --tags
165165

166166
FORCE:

0 commit comments

Comments
 (0)