Skip to content

Commit e607268

Browse files
authored
Update ci.yml
1 parent 0abfe1b commit e607268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
python -m venv venv
3636
venv/bin/pip install --upgrade pip
3737
venv/bin/pip install build
38-
venv/bin/python -m build --outdir/ dist
38+
venv/bin/python -m build --outdir dist/
3939
- uses: actions/upload-artifact@v4
4040
if: always()
4141
with:

0 commit comments

Comments
 (0)