Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Commit

Permalink
Also create an egg (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu committed Jun 3, 2020
1 parent 658ddfd commit 71a7fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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:
Expand Down

0 comments on commit 71a7fa1

Please sign in to comment.