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

Commit ec01f89

Browse files
ddfishergvanrossum
authored andcommitted
Document Google Cloud Storage artifact deployment (#55)
1 parent b5c8e1d commit ec01f89

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ script:
2020
- docker run --rm -v `pwd`:/io $DOCKER_IMAGE $PRE_CMD /io/.travis/build-linux-wheels.sh
2121
- ls wheelhouse/
2222

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

0 commit comments

Comments
 (0)