Skip to content

Commit

Permalink
Try to fix travis message: invalid option "--password="
Browse files Browse the repository at this point in the history
  • Loading branch information
loomanw committed Dec 1, 2019
1 parent ff656ff commit 503dca0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,10 @@ deploy:
on:
repo: loomanw/robotframework-keepasslibrary
python: "3.7"
tags: true
- provider: pypi
user: "__token__"
password:
secure: $TEST_PYPI_ORG
secure: $TEST_PYPI_ORG
server: https://test.pypi.org/legacy/
distributions: "sdist bdist_wheel"
skip_existing: true
Expand Down

0 comments on commit 503dca0

Please sign in to comment.