Use wheel
This commit is contained in:
+1
-1
@@ -28,4 +28,4 @@ call('git commit -am "Bump to {}"'.format(version), shell=True)
|
|||||||
call('git tag {}'.format(version), shell=True)
|
call('git tag {}'.format(version), shell=True)
|
||||||
call('git push', shell=True)
|
call('git push', shell=True)
|
||||||
call('git push --tags', shell=True)
|
call('git push --tags', shell=True)
|
||||||
call('python setup.py sdist upload', shell=True)
|
call('python setup.py sdist bdist_wheel upload', shell=True)
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
pytest
|
pytest
|
||||||
mock
|
mock
|
||||||
pytest-mock
|
pytest-mock
|
||||||
|
wheel
|
||||||
|
|||||||
Reference in New Issue
Block a user