Update release process to use warehouse rather than legacy PyPI. Ref pypa/warehouse#1422.

This commit is contained in:
Jason R. Coombs 2016-08-09 09:50:49 -04:00
parent dfb1a9424d
commit 7edaa321de
2 changed files with 7 additions and 2 deletions

View File

@ -11,10 +11,11 @@ branches:
- skeleton - skeleton
deploy: deploy:
provider: pypi provider: pypi
server: https://upload.pypi.org/legacy/
on: on:
tags: true tags: true
all_branches: true all_branches: true
python: 3.5 python: 3.5
user: jaraco user: jaraco
# supply password with `travis encrypt --add deploy.password` # supply password with `travis encrypt --add deploy.password`
distributions: release distributions: dists

View File

@ -1,6 +1,10 @@
[aliases] [aliases]
release = clean --all sdist bdist_wheel build_sphinx upload upload_docs release = dists build_sphinx upload upload_docs
dists = clean --all sdist bdist_wheel
test = pytest test = pytest
[wheel] [wheel]
universal = 1 universal = 1
[upload]
repository = https://upload.pypi.org/legacy/