Skip to content

Commit 12fd7d6

Browse files
committed
Place empty file in dist directory.
1 parent 173e9e7 commit 12fd7d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
env:
5858
CIBW_PROJECT_REQUIRES_PYTHON: "3.9"
5959

60-
run: pip install --upgrade pip && pip install build && python -m build --sdist --outdir dist && touch empty.txt
60+
run: pip install --upgrade pip && pip install build && python -m build --sdist --outdir dist && touch dist/empty.txt
6161

6262
- uses: actions/upload-artifact@v4
6363
with:

0 commit comments

Comments
 (0)