Skip to content

Commit 3026c19

Browse files
chore: Renaming download artifact python-wheels
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
1 parent 4583d04 commit 3026c19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
python -m build --wheel --outdir wheelhouse/
9797
- uses: actions/upload-artifact@v4
9898
with:
99-
name: python-wheels
99+
name: wheels
100100
path: ./wheelhouse/*.whl
101101

102102
build-source-distribution:

0 commit comments

Comments
 (0)