Skip to content

Commit

Permalink
Fix travis pypi deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
mrava87 committed May 3, 2021
1 parent 5d68c50 commit 0af352e
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 0af352e

Please sign in to comment.