mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 06:46:15 +00:00
Use twine for publishing Requests
This commit is contained in:
@@ -45,9 +45,10 @@ idna:
|
||||
rm -fr idna
|
||||
|
||||
publish:
|
||||
python setup.py register
|
||||
python setup.py sdist upload
|
||||
python setup.py bdist_wheel --universal upload
|
||||
pip install 'twine>=1.5.0'
|
||||
python setup.py sdist
|
||||
python setup.py bdist_wheel --universal
|
||||
twine upload dist/*
|
||||
rm -fr build dist .egg requests.egg-info
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user