Skip to content

Commit

Permalink
Enhancement: Build wheel on PyPI deployment.
Browse files Browse the repository at this point in the history
We add the bdist_wheel target beside the already existing sdist target to the
PyPI deployment stage on Travis.

See https://docs.travis-ci.com/user/deployment/pypi/
  • Loading branch information
martisak committed Feb 15, 2019
1 parent 8457e07 commit 6269c34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ deploy:
user: $PYPI_USERNAME
password: $PYPI_PASSWORD
skip_existing: true
distributions: "sdist bdist_wheel"
on:
tags: true

0 comments on commit 6269c34

Please sign in to comment.