Skip to content

Commit

Permalink
travis: use service account for pypi
Browse files Browse the repository at this point in the history
Swtich to use of pycontribs service account
for uploads made to pypi and testpypi.
  • Loading branch information
ssbarnea committed Mar 18, 2018
1 parent 0805270 commit 7b647d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ deploy:
python: 2.7
condition: $TOXENV != docs
- provider: pypi
user: sorin
user: pycontribs
password:
secure: E0cjANF7SLBdYrsnWLK8X/xWznqkF0JrP/DVfDazPzUYH6ynFeneyofzNJQPLTLsqe1eKXhuUJ/Sbl+RHFB0ySo/j/7NfYd/9pm8hpUkGCvR09IwtvMLgWKp3k10NWab03o2GOkSJSrLvZofyZBGR40wwu2O9uXPCb2rvucCGbw=
secure: "CmBFcxAT3IAWpnqe9eFmfHfbPBvayGMNLC+P+9KKUGaf+k7vnIYB11vNNCYUrm/jVOR12szWAcGoUQMkUQrWcrShEidsYENOdreJnasZp0I+2uMbMFw1v2Mn7Kyiilv1q/m1G05cH3ls863SBIxOARoN/Ce24vhVgg3BO+GpoP8="
distributions: sdist bdist_wheel
skip_cleanup: true
on:
Expand All @@ -57,9 +57,9 @@ deploy:
branch: master
- provider: pypi
server: https://test.pypi.org/legacy/
user: sorins
user: ssbarnea
password:
secure: E0cjANF7SLBdYrsnWLK8X/xWznqkF0JrP/DVfDazPzUYH6ynFeneyofzNJQPLTLsqe1eKXhuUJ/Sbl+RHFB0ySo/j/7NfYd/9pm8hpUkGCvR09IwtvMLgWKp3k10NWab03o2GOkSJSrLvZofyZBGR40wwu2O9uXPCb2rvucCGbw=
secure: "FR8vDM2tWsT1ApQFfbbDO4B6tKZcRGzdRO2or2p8fY5uDEKbIa/SSJaIeaRluHbcxB6cedI1gJ5oCl2+kF0Km9LZqpT+mU4/StiWBBTHj/WmbBTXEROC28JuY6PzGJ+MYySFfLErRWqZZX6XxBzbNebDfdj6Gt8cQZXpvWr/1JA="
distributions: sdist bdist_wheel
skip_cleanup: true
on:
Expand Down

0 comments on commit 7b647d4

Please sign in to comment.