We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cdf9ad commit 73f4356Copy full SHA for 73f4356
.github/workflows/wheels.yaml
@@ -59,4 +59,4 @@ jobs:
59
- uses: actions/upload-artifact@v4
60
with:
61
name: wheels-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.pytorch-version }}-${{ matrix.cuda-version }}
62
- path: ./wheelhouse/*.whl
+ path: ./dist/*.whl # ./wheelhouse/*.whl
0 commit comments