We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b0dc3e commit 12a0bf7Copy full SHA for 12a0bf7
.github/workflows/pip-install.yml
@@ -53,7 +53,7 @@ jobs:
53
uses: actions/upload-artifact@v4
54
with:
55
name: wheel-${{ matrix.os }}-${{ matrix.python-version }}
56
- path: ./wheelhouse/*.whl
+ path: ./wheelhouse/
57
58
build_sdist:
59
name: Building source for ${{ matrix.os }}:Python-${{ matrix.python-version }}
@@ -94,7 +94,7 @@ jobs:
94
95
96
name: sdist-${{ matrix.os }}-${{ matrix.python-version }}
97
- path: dist/*.tar.gz
+ path: dist/
98
99
upload_pypi:
100
needs: [build_wheels, build_sdist]
0 commit comments