Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
torch-scatter
Commits
28e759b1
Commit
28e759b1
authored
Feb 11, 2020
by
rusty1s
Browse files
retry
parent
3949cc4d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
.travis.yml
.travis.yml
+3
-1
No files found.
.travis.yml
View file @
28e759b1
...
@@ -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
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment