Skip to content
This repository was archived by the owner on Jul 5, 2023. It is now read-only.

Document Google Cloud Storage artifact deployment #55

Merged
merged 1 commit into from
Sep 1, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ script:
- docker run --rm -v `pwd`:/io $DOCKER_IMAGE $PRE_CMD /io/.travis/build-linux-wheels.sh
- ls wheelhouse/

# Upload build artifacts to Google Cloud Storage for tagged releases.
# For GCS deployment documentation, see: https://docs.travis-ci.com/user/deployment/gcs/
# The keys are stored in the repository settings.
# See: https://docs.travis-ci.com/user/environment-variables/#Defining-Variables-in-Repository-Settings
deploy:
provider: gcs
access_key_id: "$GOOGLE_ACCESS_KEY"
Expand Down