1
0
mirror of https://github.com/nvbn/thefuck.git synced 2024-10-05 18:31:10 +01:00

#N/A: Use twine for uploading new releases

This commit is contained in:
Vladimir Iakovlev 2018-10-16 21:08:08 +02:00
parent 3e522ba787
commit f06ebbf2ae
2 changed files with 3 additions and 1 deletions

View File

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

View File

@ -8,3 +8,4 @@ pexpect
pypandoc
pytest-benchmark
pytest-docker-pexpect
twine