Skip to content

Commit a1fb4c6

Browse files
authored
Merge pull request #56 from common-workflow-language/wheel
don't forget the wheel
2 parents 01baa72 + 98722cf commit a1fb4c6

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)