File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
7
7
jobs :
8
8
build_wheels :
9
- name : ${{ matrix.wheel_combinations[0] }}-${{ matrix.wheel_combinations[1] }}-py${{ matrix.python_versions[0] }}
9
+ name : ${{ matrix.libraries[1] }}-${{ matrix. wheel_combinations[0] }}-${{ matrix.wheel_combinations[1] }}-py${{ matrix.python_versions[0] }}
10
10
runs-on : ${{ matrix.wheel_combinations[0] }}
11
11
strategy :
12
12
matrix :
@@ -59,12 +59,12 @@ jobs:
59
59
- name : Download and Untar File - Windows
60
60
if : matrix.wheel_combinations[0] == 'windows-latest'
61
61
run : |
62
- Invoke-WebRequest -Uri " ${{ matrix.libraries[0] }}" -OutFile "grpcio-1.63.0.tar.gz"
62
+ Invoke-WebRequest -Uri ${{ matrix.libraries[0] }} -OutFile ${{ matrix.libraries[1] }}
63
63
64
64
- name : Download and Untar File - Unix
65
65
if : matrix.wheel_combinations[0] != 'windows-latest'
66
66
run : |
67
- wget -O grpcio-1.63.0.tar.gz ${{ matrix.libraries[0] }}
67
+ wget -O ${{ matrix.libraries[1] }} ${{ matrix.libraries[0] }}
68
68
69
69
- name : Build wheels
70
70
run : |
You can’t perform that action at this time.
0 commit comments