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 0abfe1b commit e607268Copy full SHA for e607268
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
python -m venv venv
36
venv/bin/pip install --upgrade pip
37
venv/bin/pip install build
38
- venv/bin/python -m build --outdir/ dist
+ venv/bin/python -m build --outdir dist/
39
- uses: actions/upload-artifact@v4
40
if: always()
41
with:
0 commit comments