8000 Also create an egg (#270) · sajith/codecov-python@71a7fa1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 71a7fa1

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)
0