1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-01-18 12:06:04 +00:00

#N/A: Clear dist/ before uploading releases

This commit is contained in:
Vladimir Iakovlev 2018-11-29 23:57:07 +01:00
parent 8c1591fbe3
commit d86dd5f179

View File

@ -32,5 +32,6 @@ call('git push --tags', shell=True)
env = os.environ
env['CONVERT_README'] = 'true'
call('rm -rf dist/*')
call('python setup.py sdist bdist_wheel', shell=True, env=env)
call('twine upload dist/*', shell=True, env=env)