File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 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'
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
You can’t perform that action at this time.
0 commit comments