Skip to content

Commit 0150af2

Browse files
authored
Merge pull request #13 from mrava87/master
Fix travis pypi deployment
2 parents 94fdb35 + 0af352e commit 0150af2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ script:
1010
- python3 setup.py test
1111
deploy:
1212
provider: pypi
13-
user: mrava87
14-
distributions: bdist_wheel
13+
user: __token__
14+
distributions: sdist bdist_wheel
1515
skip_existing: true
1616
skip_upload_docs: true
1717
skip_cleanup: true

0 commit comments

Comments
 (0)