From d9192ab8aa5a0183ca6cea5dbece8720ab9ead85 Mon Sep 17 00:00:00 2001 From: Danny Hermes Date: Fri, 23 Sep 2016 12:06:19 -0700 Subject: [PATCH] Removing PyPI deploy step from Travis config. As we split out into many packages, Travis won't be able to handle our deploy process, so we'll need to write a custom one. --- .travis.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.travis.yml b/.travis.yml index b222923baf11..178bc6bfd256 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,18 +16,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