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 0b0b342 commit 367d9ccCopy full SHA for 367d9cc
.github/workflows/cibuildwheels.yml
@@ -102,7 +102,7 @@ jobs:
102
python-version: ${{ matrix.python-version }}
103
104
- name: Build sdist
105
- run: pipx run build --sdist --output-dir wheelhouse
+ run: pipx run build --sdist --outdir ./wheelhouse
106
107
- name: Upload sdist package
108
uses: actions/upload-artifact@v4
0 commit comments