Commit 31b7c754 authored by rusty1s's avatar rusty1s
Browse files

typo [ci-deploy]

parent ece73356
......@@ -116,7 +116,7 @@ script:
- flake8 .
- python setup.py test
after_success:
- python setup.py bdist_wheel --dist-dir=dist/torch-${TORCH_VERSION}/${IDX}
- python setup.py bdist_wheel --dist-dir=dist/torch-${TORCH_VERSION}+${IDX}
- codecov
deploy:
provider: s3
......@@ -125,8 +125,8 @@ deploy:
access_key_id: ${S3_ACCESS_KEY}
secret_access_key: ${S3_SECRET_ACCESS_KEY}
bucket: pytorch-geometric.com
local_dir: dist/torch-${TORCH_VERSION}/${IDX}
upload_dir: whl/torch-${TORCH_VERSION}/${IDX}
local_dir: dist/torch-${TORCH_VERSION}+${IDX}
upload_dir: whl/torch-${TORCH_VERSION}+${IDX}
acl: public_read
on:
all_branches: true
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment