mirror of
https://github.com/nvbn/thefuck.git
synced 2025-01-18 03:56:01 +00:00
#N/A: Fix the release script
This commit is contained in:
parent
59e1f7b122
commit
59dc6cbf90
@ -32,6 +32,6 @@ call('git push --tags', shell=True)
|
|||||||
|
|
||||||
env = os.environ
|
env = os.environ
|
||||||
env['CONVERT_README'] = 'true'
|
env['CONVERT_README'] = 'true'
|
||||||
call('rm -rf dist/*')
|
call('rm -rf dist/*', shell=True, env=env)
|
||||||
call('python setup.py sdist bdist_wheel', shell=True, env=env)
|
call('python setup.py sdist bdist_wheel', shell=True, env=env)
|
||||||
call('twine upload dist/*', shell=True, env=env)
|
call('twine upload dist/*', shell=True, env=env)
|
||||||
|
Loading…
Reference in New Issue
Block a user