We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e490d68 commit 76f6c26Copy full SHA for 76f6c26
.travis.yml
@@ -77,7 +77,7 @@ deploy:
77
provider: s3
78
region: eu-central-1
79
edge: true
80
- access_key_id: AKIAJB7S6NJ5OM5MAAGA
+ access_key_id: ${S3_ACCESS_KEY}
81
secret_access_key: ${S3_SECRET_ACCESS_KEY}
82
bucket: pytorch-geometric.com
83
local_dir: dist/torch-${TORCH_VERSION}
0 commit comments