Skip to content

Commit

Permalink
fix wheel generation
Browse files Browse the repository at this point in the history
The `distributions` option belongs in the `deploy` section: https://docs.travis-ci.com/user/deployment/pypi/#Uploading-different-distributions

Currently only the sdist package is getting deployed: https://pypi.python.org/pypi/django-pagetree/1.3.2
  • Loading branch information
nikolas committed May 25, 2017
1 parent 5e9b690 commit b2db92c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ after_success:
- coveralls
deploy:
provider: pypi
distributions: "sdist bdist_wheel"
user: ctlpypi
password:
secure: QIkQv0T6VKP4PUNzI9JXRi2IUy9gGpf0pO4kKgzgaUOOavfwnWrcpWD0RpVOqFu9+hcreKPENAxnXomMu8GSnSsW/61YZ97bM6ZqzstgRDZvmwK4UijYDrqw4nc5Jq9H3h/TQSvtTL+UBzCyLP/F/p6Jsx08Cacciv3CJVKo9Qs=
on:
tags: true
distributions: sdist bdist_wheel
repo: ccnmtl/django-pagetree

0 comments on commit b2db92c

Please sign in to comment.