Skip to content

Commit

Permalink
Merge pull request #13 from mrava87/master
Browse files Browse the repository at this point in the history
Fix travis pypi deployment
  • Loading branch information
mrava87 authored May 3, 2021
2 parents 94fdb35 + 0af352e commit 0150af2
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 0150af2

Please sign in to comment.