Skip to content

Commit 37e4666

Browse files
committed
Fixing paths
1 parent fcfab35 commit 37e4666

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build-and-test-python-wheels.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
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:
@@ -34,7 +34,7 @@ jobs:
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:
@@ -51,7 +51,7 @@ jobs:
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:
@@ -69,7 +69,7 @@ jobs:
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:
@@ -86,7 +86,7 @@ jobs:
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

Comments
 (0)