Skip to content

Commit fbe3d86

Browse files
committed
Fix path
1 parent 9a4f44d commit fbe3d86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
# Pin transitive dependency on pkginfo until https://github.com/pypa/twine/issues/1070 is
3535
# fixed
3636
pip install twine pkginfo>=1.10.0
37-
${{ matrix.ls || 'ls -lh' }} wheels/
38-
twine check wheels/*
37+
${{ matrix.ls || 'ls -lh' }} dist/
38+
twine check dist/*
3939
4040
upload_to_pypi:
4141
name: Upload to PyPI

0 commit comments

Comments
 (0)