mirror of
https://github.com/nvbn/thefuck.git
synced 2025-09-13 16:52:28 +01:00
Use wheel
This commit is contained in:
@@ -28,4 +28,4 @@ call('git commit -am "Bump to {}"'.format(version), shell=True)
|
||||
call('git tag {}'.format(version), shell=True)
|
||||
call('git push', 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
|
||||
mock
|
||||
pytest-mock
|
||||
wheel
|
||||
|
Reference in New Issue
Block a user