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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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