From a25a10738422dfe7830b7a23000516a9238a49dd Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Tue, 24 Oct 2023 14:37:14 -0300 Subject: [PATCH] human readable sizes --- .github/workflows/cibuildwheel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cibuildwheel.yml b/.github/workflows/cibuildwheel.yml index b9578b71f..82396e037 100644 --- a/.github/workflows/cibuildwheel.yml +++ b/.github/workflows/cibuildwheel.yml @@ -144,7 +144,7 @@ jobs: - shell: bash run: | - ls -l ${{ github.workspace }}/dist + ls -lh ${{ github.workspace }}/dist publish-artifacts-pypi: