Skip to content

Commit 3fbff08

Browse files
chore: Updating collision from artifact names
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
1 parent e0b5d0c commit 3fbff08

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/build_wheels.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
python -m build --wheel --outdir wheelhouse/
7575
- uses: actions/upload-artifact@v4
7676
with:
77-
name: wheels
77+
name: python-wheels
7878
path: ./wheelhouse/*.whl
7979

8080
build-source-distribution:
@@ -106,7 +106,7 @@ jobs:
106106
python3 setup.py sdist
107107
- uses: actions/upload-artifact@v4
108108
with:
109-
name: wheels
109+
name: source-distribution
110110
path: dist/*
111111

112112
# We add this step so the docker images can be built as part of the pre-release verification steps.
@@ -161,7 +161,11 @@ jobs:
161161
architecture: x64
162162
- uses: actions/download-artifact@v4.1.7
163163
with:
164-
name: wheels
164+
name: python-wheels
165+
path: dist
166+
- uses: actions/download-artifact@v4.1.7
167+
with:
168+
name: source-distribution
165169
path: dist
166170
- name: Install OS X dependencies
167171
if: matrix.os == 'macos-13'

0 commit comments

Comments
 (0)