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-spline-conv
Commits
31b7c754
Commit
31b7c754
authored
Dec 01, 2020
by
rusty1s
Browse files
typo [ci-deploy]
parent
ece73356
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
.travis.yml
.travis.yml
+3
-3
No files found.
.travis.yml
View file @
31b7c754
...
@@ -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
...
...
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