Skip to content

Commit

Permalink
Added before_deploy section that creates a wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
Yevgeni Litvin committed Sep 15, 2018
1 parent d1001e1 commit bbc1086
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ after_failure:
# If it's possible to run with python2.7-dbg, then gdb hook py-bt will do its magic.
- if [[ -f "$COREFILE" ]]; then gdb -c "$COREFILE" python -ex "thread apply all bt" -ex "set pagination 0" -batch; fi

before_deploy:
# Build a python wheel before deployment
- python setup.py bdist_wheel

deploy:
# Disabling pypi deployment. There is an issue with authentication at the moment
# - provider: pypi
Expand Down

0 comments on commit bbc1086

Please sign in to comment.