We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 658ddfd commit 71a7fa1Copy full SHA for 71a7fa1
1 file changed
Makefile
@@ -1,7 +1,7 @@
1
deploy:
2
git tag -a v$(python -c 'import codecov;print(codecov.version)') -m ""
3
git push origin v$(python -c 'import codecov;print(codecov.version)')
4
- python setup.py sdist bdist_wheel
+ python setup.py sdist bdist_wheel bdist_egg
5
python -m twine upload dist/*
6
7
reinstall:
0 commit comments