File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1212 matrix :
1313 os : [ubuntu-18.04, macos-10.15, windows-latest]
1414 python-version : [3.6, 3.7, 3.8, 3.9]
15- torch-version : [1.9 .0]
15+ torch-version : [1.8 .0]
1616 cuda-version : ['cpu', 'cu101', 'cu102', 'cu111']
1717 exclude :
1818 - torch-version : 1.9.0
@@ -69,11 +69,11 @@ jobs:
6969 pip install wheel
7070 python setup.py bdist_wheel --dist-dir=dist
7171
72- - name : Upload wheel
73- uses : shallwefootball/s3-upload-action@master
74- with :
75- aws_key_id : ${{ secrets.AWS_KEY_ID }}
76- aws_secret_access_key : ${{ secrets.AWS_SECRET_ACCESS_KEY}}
77- aws_bucket : ' pytorch-geometric.com'
78- source_dir : ' dist'
79- destination_dir : ' whl/torch-${{ matrix.torch-version }}+${{ matrix.cuda-version }}'
72+ # - name: Upload wheel
73+ # uses: shallwefootball/s3-upload-action@master
74+ # with:
75+ # aws_key_id: ${{ secrets.AWS_KEY_ID }}
76+ # aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY}}
77+ # aws_bucket: 'pytorch-geometric.com'
78+ # source_dir: 'dist'
79+ # destination_dir: 'whl/torch-${{ matrix.torch-version }}+${{ matrix.cuda-version }}'
You can’t perform that action at this time.
0 commit comments