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

Commit fa3e0e2

Browse files
committed
Build a wheel
1 parent 8eb0580 commit fa3e0e2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
deploy:
22
git tag -a v$(shell python -c "import codecov;print codecov.version;") -m ""
33
git push origin v$(shell python -c "import codecov;print codecov.version;")
4-
python setup.py sdist upload
4+
python setup.py sdist bdist_wheel upload
55

66
reinstall:
77
pip uninstall -y codecov

setup.cfg

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[bdist_wheel]
2+
universal = 1

0 commit comments

Comments
 (0)