We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 173e9e7 commit 12fd7d6Copy full SHA for 12fd7d6
.github/workflows/wheels.yml
@@ -57,7 +57,7 @@ jobs:
57
env:
58
CIBW_PROJECT_REQUIRES_PYTHON: "3.9"
59
60
- run: pip install --upgrade pip && pip install build && python -m build --sdist --outdir dist && touch empty.txt
+ run: pip install --upgrade pip && pip install build && python -m build --sdist --outdir dist && touch dist/empty.txt
61
62
- uses: actions/upload-artifact@v4
63
with:
0 commit comments