tweak build process
This commit is contained in:
parent
d40d7a48a1
commit
0d5f9fbf22
1
Makefile
1
Makefile
|
|
@ -41,5 +41,4 @@ dist: clean
|
|||
python setup.py bdist_wheel --universal
|
||||
|
||||
upload: dist
|
||||
python setup.py register -r pypi
|
||||
twine upload -r pypi dist/*
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
|
||||
twine
|
||||
wheel
|
||||
mox3
|
||||
|
||||
coverage>=5.0; python_version == '2.7' or python_version >= '3.5'
|
||||
|
|
|
|||
Loading…
Reference in New Issue