Skip to content

Commit

Permalink
Final fix for distribution builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek committed May 14, 2024
1 parent 0600346 commit 40fd8e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-distributions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
- name: Check original size
run: >-
docker exec builder
ls -lh cpython-${{ env.DIST_PYTHON_VERSION }}+${{ env.DIST_VERSION }}-${{ matrix.job.target }}-install_only.tar.gz
ls -lh cpython-${{ env.DIST_PYTHON_VERSION }}+${{ env.DIST_VERSION }}-${{ matrix.job.target-override || matrix.job.target }}-install_only.tar.gz
- name: Check final size
run: ls -lh hatch-dist-${{ matrix.job.target }}.tar.gz
Expand Down

0 comments on commit 40fd8e3

Please sign in to comment.