Skip to content

Commit 73f4356

Browse files
authored
test to change wheelhouse to dist
1 parent 8cdf9ad commit 73f4356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ jobs:
5959
- uses: actions/upload-artifact@v4
6060
with:
6161
name: wheels-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.pytorch-version }}-${{ matrix.cuda-version }}
62-
path: ./wheelhouse/*.whl
62+
path: ./dist/*.whl # ./wheelhouse/*.whl

0 commit comments

Comments
 (0)