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 9a4f44d commit fbe3d86Copy full SHA for fbe3d86
.github/workflows/build.yml
@@ -34,8 +34,8 @@ jobs:
34
# Pin transitive dependency on pkginfo until https://github.com/pypa/twine/issues/1070 is
35
# fixed
36
pip install twine pkginfo>=1.10.0
37
- ${{ matrix.ls || 'ls -lh' }} wheels/
38
- twine check wheels/*
+ ${{ matrix.ls || 'ls -lh' }} dist/
+ twine check dist/*
39
40
upload_to_pypi:
41
name: Upload to PyPI
0 commit comments