Skip to content

Commit

Permalink
Merge pull request #56 from common-workflow-language/wheel
Browse files Browse the repository at this point in the history
don't forget the wheel
  • Loading branch information
mr-c authored Feb 9, 2018
2 parents 01baa72 + 98722cf commit a1fb4c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,8 @@ mypy3: ${PYSOURCES}
release: FORCE
./release-test.sh
. testenv2/bin/activate && \
testenv2/src/${MODULE}/setup.py sdist bdist_wheel && \
testenv2/src/${MODULE}/setup.py sdist bdist_wheel
. testenv2/bin/activate && \
pip install twine && \
twine upload testenv2/src/${MODULE}/dist/* && \
git tag ${VERSION} && git push --tags
Expand Down

0 comments on commit a1fb4c6

Please sign in to comment.