Skip to content

Commit 02e05ff

Browse files
committed
.github: Specify the download artifact for the distribution
Omitting the artifact name changes the behavior, it will download all artifacts and create subdirectories for each. Signed-off-by: Pieter De Gendt <[email protected]>
1 parent aa454f3 commit 02e05ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- name: Download build artifacts
3131
uses: actions/download-artifact@v4
3232
with:
33+
name: python-package-distributions
3334
path: dist/
3435

3536
# The assets can be attached to an existing release, if a matching tag is found

0 commit comments

Comments
 (0)