Skip to content

Commit

Permalink
Merge pull request #2403 from dhermes/undo-pypi-travis
Browse files Browse the repository at this point in the history
Removing PyPI deploy step from Travis config.
  • Loading branch information
dhermes authored Sep 23, 2016
2 parents d64839c + d9192ab commit af4f346
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,6 @@ script:
after_success:
- tox -e coveralls

deploy:
provider: pypi
user: gcloudpypi
password:
secure: LR0i9Oeu6kpLTYS5xK/zCng4gmdtPvFfD/XYdQhyY5jBibQkC2WUQU6nJA9bDXRxhBP5bUwXFGkbhOcOJgHNrUfmyPzpDbM8BR29KfY0WfdYv72gsGZOaekqCReFmHbqLE7qOQtHR5U3ey6ivcgw+hZO72Uu6qDCc9B8qwoBfAs=
on:
tags: true
repo: GoogleCloudPlatform/google-cloud-python
all_branches: true
# 'bdist_wheel' builds disabled until #1879 et al. are resolved.
distributions: "sdist"

cache:
directories:
- ${HOME}/.cache/pip

0 comments on commit af4f346

Please sign in to comment.