Skip to content

Commit 71a7fa1

Browse files
authored
Also create an egg (codecov#270)
1 parent 658ddfd commit 71a7fa1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
deploy:
22
git tag -a v$(python -c 'import codecov;print(codecov.version)') -m ""
33
git push origin v$(python -c 'import codecov;print(codecov.version)')
4-
python setup.py sdist bdist_wheel
4+
python setup.py sdist bdist_wheel bdist_egg
55
python -m twine upload dist/*
66

77
reinstall:

0 commit comments

Comments
 (0)