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

Also create an egg on deploy #270

Merged
merged 1 commit into from Jun 3, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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