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 a6c739d commit ea9d68bCopy full SHA for ea9d68b
.travis.yml
@@ -78,7 +78,7 @@ deploy:
78
provider: s3
79
region: eu-central-1
80
edge: true
81
- access_key_id: AKIAJB7S6NJ5OM5MAAGA
+ access_key_id: ${S3_ACCESS_KEY}
82
secret_access_key: ${S3_SECRET_ACCESS_KEY}
83
bucket: pytorch-geometric.com
84
local_dir: dist/torch-${TORCH_VERSION}
0 commit comments