From 21d2c3dcaf59f96bf7db5f5dbc722541435ccb84 Mon Sep 17 00:00:00 2001 From: Thomas Hu Date: Wed, 3 Jun 2020 11:30:59 -0400 Subject: [PATCH] Also create an egg --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b166e62e..0b0a1ba2 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ deploy: git tag -a v$(python -c 'import codecov;print(codecov.version)') -m "" git push origin v$(python -c 'import codecov;print(codecov.version)') - python setup.py sdist bdist_wheel + python setup.py sdist bdist_wheel bdist_egg python -m twine upload dist/* reinstall: