Skip to content

Commit

Permalink
#N/A: Use twine for uploading new releases
Browse files Browse the repository at this point in the history
  • Loading branch information
nvbn committed Oct 16, 2018
1 parent 3e522ba commit f06ebbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion release.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ def get_new_setup_py_lines():

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)
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ pexpect
pypandoc
pytest-benchmark
pytest-docker-pexpect
twine

0 comments on commit f06ebbf

Please sign in to comment.