1616 python-version : ${{ matrix.python-version }}
1717 upload-artifact : true
1818 upload-artifact-name : wheel-cccl-${{ matrix.python-version }}
19- upload-artifact-path : ${{github.event.repository.name}}/ wheelhouse/
19+ upload-artifact-path : wheelhouse/
2020 runner : linux-amd64-cpu16
2121 strategy :
2222 matrix :
3434 python-version : ${{ matrix.python-version }}
3535 needs-artifact : true
3636 artifact-name : wheel-cccl-${{ matrix.python-version }}
37- artifact-path : ${{github.event.repository.name}}/ wheelhouse/
37+ artifact-path : wheelhouse/
3838 runner : linux-amd64-cpu16
3939 strategy :
4040 matrix :
5151 python-version : ${{ matrix.python-version }}
5252 upload-artifact : true
5353 upload-artifact-name : wheel-cooperative-${{ matrix.python-version }}
54- upload-artifact-path : ${{github.event.repository.name}}/ wheelhouse/
54+ upload-artifact-path : wheelhouse/
5555 runner : linux-amd64-cpu16
5656 strategy :
5757 matrix :
6969 python-version : ${{ matrix.python-version }}
7070 needs-artifact : true
7171 artifact-name : wheel-cooperative-${{ matrix.python-version }}
72- artifact-path : ${{github.event.repository.name}}/ wheelhouse/
72+ artifact-path : wheelhouse/
7373 runner : linux-amd64-gpu-rtxa6000-latest-1
7474 strategy :
7575 matrix :
8686 python-version : ${{ matrix.python-version }}
8787 upload-artifact : true
8888 upload-artifact-name : wheel-parallel-${{ matrix.python-version }}
89- upload-artifact-path : ${{github.event.repository.name}}/ wheelhouse/
89+ upload-artifact-path : wheelhouse/
9090 runner : linux-amd64-cpu16
9191 strategy :
9292 matrix :
@@ -104,7 +104,7 @@ jobs:
104104 python-version : ${{ matrix.python-version }}
105105 needs-artifact : true
106106 artifact-name : wheel-parallel-${{ matrix.python-version }}
107- artifact-path : ${{github.event.repository.name}}/ wheelhouse/
107+ artifact-path : wheelhouse/
108108 runner : linux-amd64-gpu-rtxa6000-latest-1
109109 strategy :
110110 matrix :
0 commit comments