Skip to content

Commit bcb73c5

Browse files
committed
[skip ci] build pytorch 1.9.0
1 parent 89cfdcf commit bcb73c5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/building.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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 }}'

0 commit comments

Comments
 (0)