Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

Commit 71a7fa1

Browse files
authored
Also create an egg (#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)