Skip to content

Commit 7999f2a

Browse files
chore: Renaming upload artifact to python-wheels
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
1 parent 3026c19 commit 7999f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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: wheels
99+
name: python-wheels
100100
path: ./wheelhouse/*.whl
101101

102102
build-source-distribution:

0 commit comments

Comments
 (0)