Commit d3780459 authored by rusty1s's avatar rusty1s
Browse files

[skip ci] build pytorch 1.9.0

parent 095902d9
...@@ -13,9 +13,8 @@ jobs: ...@@ -13,9 +13,8 @@ jobs:
# os: [ubuntu-18.04, macos-10.15, windows-latest] # os: [ubuntu-18.04, macos-10.15, windows-latest]
os: [windows-latest] os: [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.8.0] torch-version: [1.9.0]
# cuda-version: ['cpu', 'cu101', 'cu102', 'cu111'] cuda-version: ['cpu', 'cu101', 'cu102', 'cu111']
cuda-version: ['cpu']
exclude: exclude:
- torch-version: 1.9.0 - torch-version: 1.9.0
cuda-version: 'cu101' cuda-version: 'cu101'
...@@ -80,4 +79,4 @@ jobs: ...@@ -80,4 +79,4 @@ jobs:
- name: Upload wheel - name: Upload wheel
run: | run: |
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 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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment