Skip to content

Commit

Permalink
Update release process to use warehouse rather than legacy PyPI. Ref p…
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Aug 9, 2016
1 parent cea42ee commit fc5aa79
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ branches:
- skeleton
deploy:
provider: pypi
server: https://upload.pypi.org/legacy/
on:
tags: true
all_branches: true
python: 3.5
user: jaraco
# supply password with `travis encrypt --add deploy.password`
distributions: release
distributions: dists
6 changes: 5 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
[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

[wheel]
universal = 1

[upload]
repository = https://upload.pypi.org/legacy/

0 comments on commit fc5aa79

Please sign in to comment.