Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Echedey Luis <80125792+echedey-ls@users.noreply.github.com>
  • Loading branch information
kandersolar and echedey-ls authored Oct 23, 2024
1 parent decf468 commit 55ede89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: python -m build

- name: List distribution file sizes
run: ls -hl dist/*
run: du -h dist/*

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

# only publish distribution to PyPI for tagged commits
- name: Publish distribution to PyPI
Expand Down

0 comments on commit 55ede89

Please sign in to comment.