Commit f9c13548 authored by rusty1s's avatar rusty1s
Browse files

update deploy

parent db60e9ce
......@@ -112,7 +112,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
......@@ -120,8 +120,8 @@ deploy:
access_key_id: AKIAJB7S6NJ5OM5MAAGA
secret_access_key: ${S3_SECRET_ACCESS_KEY}
bucket: pytorch-scatter
local_dir: dist/${IDX}
upload_dir: whl/${IDX}
local_dir: dist/torch-${TORCH_VERSION}/${IDX}
upload_dir: whl/torch-${TORCH_VERSION}/${IDX}
acl: public_read
on:
repo: rusty1s/pytorch_scatter
......
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