Skip to content

Commit 98722cf

Browse files
committed
don't forget the wheel
1 parent 01baa72 commit 98722cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,8 @@ mypy3: ${PYSOURCES}
170170
release: FORCE
171171
./release-test.sh
172172
. testenv2/bin/activate && \
173-
testenv2/src/${MODULE}/setup.py sdist bdist_wheel && \
173+
testenv2/src/${MODULE}/setup.py sdist bdist_wheel
174+
. testenv2/bin/activate && \
174175
pip install twine && \
175176
twine upload testenv2/src/${MODULE}/dist/* && \
176177
git tag ${VERSION} && git push --tags

0 commit comments

Comments
 (0)