Skip to content

Commit 30e1023

Browse files
committed
add step to print dist file sizes
1 parent 38eb89e commit 30e1023

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
- name: Build packages
3434
run: python -m build
3535

36+
- name: List distribution file sizes
37+
run: ls -hl dist/*
38+
3639
- name: Check metadata verification
3740
run: python -m twine check --strict dist/*
3841

0 commit comments

Comments
 (0)