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
8fe1969a
Commit
8fe1969a
authored
Jun 16, 2021
by
rusty1s
Browse files
[skip ci] update cuda installation
parent
e181a206
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
.github/workflows/building.yml
.github/workflows/building.yml
+8
-8
No files found.
.github/workflows/building.yml
View file @
8fe1969a
...
@@ -53,11 +53,11 @@ jobs:
...
@@ -53,11 +53,11 @@ jobs:
python setup.py bdist_wheel --dist-dir=dist
python setup.py bdist_wheel --dist-dir=dist
ls -lah dist/
ls -lah dist/
-
name
:
Upload wheel
#
- name: Upload wheel
uses
:
shallwefootball/s3-upload-action@master
#
uses: shallwefootball/s3-upload-action@master
with
:
#
with:
aws_key_id
:
${{ secrets.AWS_KEY_ID }}
#
aws_key_id: ${{ secrets.AWS_KEY_ID }}
aws_secret_access_key
:
${{ secrets.AWS_SECRET_ACCESS_KEY}}
#
aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY}}
aws_bucket
:
'
pytorch-geometric.com'
#
aws_bucket: 'pytorch-geometric.com'
source_dir
:
'
dist'
#
source_dir: 'dist'
destination_dir
:
'
whl/torch-${{
matrix.torch-version
}}+${{
matrix.cuda-version
}}'
#
destination_dir: 'whl/torch-${{ matrix.torch-version }}+${{ matrix.cuda-version }}'
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