Skip to content

Commit 367d9cc

Browse files
committed
Fix paths for wheels; use wheelhouse dir (II)
1 parent 0b0b342 commit 367d9cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cibuildwheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
python-version: ${{ matrix.python-version }}
103103

104104
- name: Build sdist
105-
run: pipx run build --sdist --output-dir wheelhouse
105+
run: pipx run build --sdist --outdir ./wheelhouse
106106

107107
- name: Upload sdist package
108108
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)