Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ script:
- python3 setup.py test
deploy:
provider: pypi
user: mrava87
distributions: bdist_wheel
user: __token__
distributions: sdist bdist_wheel
skip_existing: true
skip_upload_docs: true
skip_cleanup: true
Expand Down