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 526ce84 commit c7b0c3aCopy full SHA for c7b0c3a
.github/workflows/publish.yml
@@ -45,6 +45,7 @@ jobs:
45
pip install $(find dist -type f -name "*.whl") --target=./tmp
46
47
- name: List installed file sizes
48
+ run: |
49
du -h ./tmp
50
51
# only publish distribution to PyPI for tagged commits
0 commit comments