Skip to content

Commit

Permalink
update reusable-build-wheel
Browse files Browse the repository at this point in the history
Signed-off-by: NilashishC <nilashishchakraborty8@gmail.com>
  • Loading branch information
NilashishC committed Feb 11, 2025
1 parent aeeddc5 commit 37be30c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/reusable-build-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,9 @@ jobs:
- name: Store ${{ inputs.manylinux-python-target }} binary wheel
uses: actions/upload-artifact@v4
with:
name: ${{ inputs.dists-artifact-name }}
name: ${{ inputs.dists-artifact-name }}-
${{ inputs.manylinux-year-target }}-
${{ inputs.manylinux-image-target-arch }}
# NOTE: Exact expected file names are specified here
# NOTE: as a safety measure — if anything weird ends
# NOTE: up being in this dir or not all dists will be
Expand Down

0 comments on commit 37be30c

Please sign in to comment.