Skip to content

Commit

Permalink
Update build-distributions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek committed May 14, 2024
1 parent 5ab2b6d commit 0600346
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 @@ -86,7 +86,7 @@ jobs:
- name: Unpack distribution
run: >-
docker exec builder
tar xzf cpython-${{ env.DIST_PYTHON_VERSION }}+${{ env.DIST_VERSION }}-${{ matrix.job.target }}-install_only.tar.gz
tar xzf cpython-${{ env.DIST_PYTHON_VERSION }}+${{ env.DIST_VERSION }}-${{ matrix.job.target-override || matrix.job.target }}-install_only.tar.gz
- name: Install Hatch
run: >-
Expand Down

0 comments on commit 0600346

Please sign in to comment.