Skip to content

Commit

Permalink
chore: Renaming download artifact 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 4583d04 commit 3026c19
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: python-wheels
name: wheels
path: ./wheelhouse/*.whl

build-source-distribution:
Expand Down

0 comments on commit 3026c19

Please sign in to comment.