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
bcb73c5d
Commit
bcb73c5d
authored
Jun 16, 2021
by
rusty1s
Browse files
[skip ci] build pytorch 1.9.0
parent
89cfdcfd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
.github/workflows/building.yml
.github/workflows/building.yml
+9
-9
No files found.
.github/workflows/building.yml
View file @
bcb73c5d
...
@@ -12,7 +12,7 @@ jobs:
...
@@ -12,7 +12,7 @@ jobs:
matrix
:
matrix
:
os
:
[
ubuntu-18.04
,
macos-10.15
,
windows-latest
]
os
:
[
ubuntu-18.04
,
macos-10.15
,
windows-latest
]
python-version
:
[
3.6
,
3.7
,
3.8
,
3.9
]
python-version
:
[
3.6
,
3.7
,
3.8
,
3.9
]
torch-version
:
[
1.
9
.0
]
torch-version
:
[
1.
8
.0
]
cuda-version
:
[
'
cpu'
,
'
cu101'
,
'
cu102'
,
'
cu111'
]
cuda-version
:
[
'
cpu'
,
'
cu101'
,
'
cu102'
,
'
cu111'
]
exclude
:
exclude
:
-
torch-version
:
1.9.0
-
torch-version
:
1.9.0
...
@@ -69,11 +69,11 @@ jobs:
...
@@ -69,11 +69,11 @@ jobs:
pip install wheel
pip install wheel
python setup.py bdist_wheel --dist-dir=dist
python setup.py bdist_wheel --dist-dir=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