Skip to content

Commit

Permalink
Merge pull request #570 from arcivanov/travis_pwd_0.11
Browse files Browse the repository at this point in the history
Actually correct Pypi password
  • Loading branch information
arcivanov committed Mar 12, 2018
2 parents 3a15916 + 3d1a89c commit bbde073
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Expand Up @@ -9,11 +9,10 @@ python:
- '3.6'
- pypy
addons:
apt_packages: [ pandoc ]
apt_packages:
- pandoc
branches:
only:
- master
- doc/sphinxdoc
- 0.11
before_script:
- pip install coveralls
Expand All @@ -25,11 +24,11 @@ after_success:
deploy:
provider: pypi
user: pybuilder-travis2
distributions: "sdist"
distributions: sdist bdist_wheel
server: https://upload.pypi.org/legacy/
on:
branch: 0.11
repo: pybuilder/pybuilder
python: '3.5'
password:
secure: D49QJr9Z4v9yz9VObFw0q44o2fy3YBjI48b6+Vb1qr2RNMF5GpVj+xWFTr9j1qMw7ilfwWCEKlHytKmh/OSOStUcd1vTlasGz8YefBCP8iIbvp9M6qcBKqMlp8f/6uxwUxak+OMvj5WuKwtyIUy8L9JwDxd02Q12MUW6SNtu2Lo=
secure: R6ZV1e/xWtCLjpbnxEU3JIZ6242HTicV6eo3j6Fc2xMbcR/5Z5Lnh58cMLohwfmvEjTIjHKEPjeHCOw7mTW9ueRe2VoTiLMzP9EDLON4TBmB6OqklPW8mI/oXQjiRZbqOwluAsuP+dFzZ5U4oyUmHZUW4us2XM1azUcfXr3RaJM=

0 comments on commit bbde073

Please sign in to comment.