Skip to content

Commit 12a0bf7

Browse files
authored
Update pip-install.yml
1 parent 6b0dc3e commit 12a0bf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pip-install.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
uses: actions/upload-artifact@v4
5454
with:
5555
name: wheel-${{ matrix.os }}-${{ matrix.python-version }}
56-
path: ./wheelhouse/*.whl
56+
path: ./wheelhouse/
5757

5858
build_sdist:
5959
name: Building source for ${{ matrix.os }}:Python-${{ matrix.python-version }}
@@ -94,7 +94,7 @@ jobs:
9494
uses: actions/upload-artifact@v4
9595
with:
9696
name: sdist-${{ matrix.os }}-${{ matrix.python-version }}
97-
path: dist/*.tar.gz
97+
path: dist/
9898

9999
upload_pypi:
100100
needs: [build_wheels, build_sdist]

0 commit comments

Comments
 (0)