Skip to content

Commit d378045

Browse files
committed
[skip ci] build pytorch 1.9.0
1 parent 095902d commit d378045

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/building.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ jobs:
1313
# os: [ubuntu-18.04, macos-10.15, windows-latest]
1414
os: [windows-latest]
1515
python-version: [3.6, 3.7, 3.8, 3.9]
16-
torch-version: [1.8.0]
17-
# cuda-version: ['cpu', 'cu101', 'cu102', 'cu111']
18-
cuda-version: ['cpu']
16+
torch-version: [1.9.0]
17+
cuda-version: ['cpu', 'cu101', 'cu102', 'cu111']
1918
exclude:
2019
- torch-version: 1.9.0
2120
cuda-version: 'cu101'
@@ -80,4 +79,4 @@ jobs:
8079

8180
- name: Upload wheel
8281
run: |
83-
aws s3 sync dist s3://pytorch-geometric.com/whl/${{ matrix.torch-version }}+${{ matrix.cuda-version }} --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers
82+
aws s3 sync dist s3://pytorch-geometric.com/whl/torch-${{ matrix.torch-version }}+${{ matrix.cuda-version }} --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers

0 commit comments

Comments
 (0)