Commit 28e759b1 authored by rusty1s's avatar rusty1s
Browse files

retry

parent 3949cc4d
...@@ -110,6 +110,8 @@ script: ...@@ -110,6 +110,8 @@ script:
after_success: after_success:
- python3 setup.py bdist_wheel --dist-dir=dist/${IDX} - python3 setup.py bdist_wheel --dist-dir=dist/${IDX}
- codecov - codecov
- ls dist
- ls dist/cpu
deploy: deploy:
provider: s3 provider: s3
access_key_id: AKIAIZNS6U2JRBGA3OHA access_key_id: AKIAIZNS6U2JRBGA3OHA
...@@ -117,7 +119,7 @@ deploy: ...@@ -117,7 +119,7 @@ deploy:
secure: ${S3_SECURE_SECRET_KEY} secure: ${S3_SECURE_SECRET_KEY}
bucket: pytorch-scatter bucket: pytorch-scatter
skip_cleanup: true skip_cleanup: true
local-dir: dist/${IDX}/*.whl local-dir: dist/${IDX}
upload-dir: whl/${IDX} upload-dir: whl/${IDX}
acl: public_read acl: public_read
on: on:
......
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