Skip to content

Commit

Permalink
add step to print dist file sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
kandersolar committed Oct 22, 2024
1 parent 38eb89e commit 30e1023
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
- name: Build packages
run: python -m build

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

- name: Check metadata verification
run: python -m twine check --strict dist/*

Expand Down

0 comments on commit 30e1023

Please sign in to comment.