Skip to content

Commit

Permalink
chore: Renaming upload artifact to python-wheels
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
  • Loading branch information
franciscojavierarceo committed Dec 6, 2024
1 parent 3026c19 commit 7999f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
python -m build --wheel --outdir wheelhouse/
- uses: actions/upload-artifact@v4
with:
name: wheels
name: python-wheels
path: ./wheelhouse/*.whl

build-source-distribution:
Expand Down

0 comments on commit 7999f2a

Please sign in to comment.