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

typo [ci-deploy]

parent ece73356
...@@ -116,7 +116,7 @@ script: ...@@ -116,7 +116,7 @@ script:
- flake8 . - flake8 .
- python setup.py test - python setup.py test
after_success: 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 - codecov
deploy: deploy:
provider: s3 provider: s3
...@@ -125,8 +125,8 @@ deploy: ...@@ -125,8 +125,8 @@ deploy:
access_key_id: ${S3_ACCESS_KEY} access_key_id: ${S3_ACCESS_KEY}
secret_access_key: ${S3_SECRET_ACCESS_KEY} secret_access_key: ${S3_SECRET_ACCESS_KEY}
bucket: pytorch-geometric.com bucket: pytorch-geometric.com
local_dir: dist/torch-${TORCH_VERSION}/${IDX} local_dir: dist/torch-${TORCH_VERSION}+${IDX}
upload_dir: whl/torch-${TORCH_VERSION}/${IDX} upload_dir: whl/torch-${TORCH_VERSION}+${IDX}
acl: public_read acl: public_read
on: on:
all_branches: true 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