Skip to content

Commit 55ede89

Browse files
Apply suggestions from code review
Co-authored-by: Echedey Luis <[email protected]>
1 parent decf468 commit 55ede89

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: python -m build
3535

3636
- name: List distribution file sizes
37-
run: ls -hl dist/*
37+
run: du -h dist/*
3838

3939
- name: Check metadata verification
4040
run: python -m twine check --strict dist/*
@@ -45,8 +45,8 @@ jobs:
4545
pip install $(find dist -type f -name "*.whl") --target=./tmp
4646
4747
- name: List installed file sizes
48-
run: |
49-
cd ./tmp && du -h pvlib
48+
run: du -h pvlib
49+
working-directory: ./tmp
5050

5151
# only publish distribution to PyPI for tagged commits
5252
- name: Publish distribution to PyPI

0 commit comments

Comments
 (0)