Skip to content

Commit 2b419e7

Browse files
committed
[skip ci] build wheel
1 parent 98a6c01 commit 2b419e7

File tree

1 file changed

+13
-17
lines changed

1 file changed

+13
-17
lines changed

.github/workflows/building.yml

Lines changed: 13 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,10 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
# os: [ubuntu-18.04, macos-10.15, windows-latest]
14-
os: [ubuntu-18.04]
15-
# python-version: [3.6, 3.7, 3.8, 3.9]
16-
python-version: [3.9]
17-
# torch-version: [1.8.0, 1.9.0]
18-
torch-version: [1.9.0]
19-
# cuda-version: ['cpu', 'cu101', 'cu102', 'cu111']
20-
cuda-version: ['cu102']
13+
os: [ubuntu-18.04, macos-10.15, windows-latest]
14+
python-version: [3.6, 3.7, 3.8, 3.9]
15+
torch-version: [1.8.0, 1.9.0]
16+
cuda-version: ['cpu', 'cu101', 'cu102', 'cu111']
2117
exclude:
2218
- torch-version: 1.9.0
2319
cuda-version: 'cu101'
@@ -74,13 +70,13 @@ jobs:
7470
pip install wheel
7571
python setup.py bdist_wheel --dist-dir=dist
7672
77-
# - name: Configure AWS
78-
# uses: aws-actions/configure-aws-credentials@v1
79-
# with:
80-
# aws-access-key-id: ${{ secrets.AWS_KEY_ID }}
81-
# aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
82-
# aws-region: us-east-1
73+
- name: Configure AWS
74+
uses: aws-actions/configure-aws-credentials@v1
75+
with:
76+
aws-access-key-id: ${{ secrets.AWS_KEY_ID }}
77+
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
78+
aws-region: us-east-1
8379

84-
# - name: Upload wheel
85-
# run: |
86-
# 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
80+
- name: Upload wheel
81+
run: |
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)