Skip to content

Commit 4b8a256

Browse files
committed
Use only the wheel files when creating a release
Signed-off-by: Sahas Subramanian <[email protected]>
1 parent 2ce0594 commit 4b8a256

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,9 @@ jobs:
298298
- name: Download distribution files
299299
uses: actions/download-artifact@v6
300300
with:
301+
pattern: dist-packages-*/*.whl
301302
path: dist
303+
merge-multiple: true
302304

303305
- name: Download RELEASE_NOTES.md
304306
run: |
@@ -325,7 +327,7 @@ jobs:
325327
--generate-notes \
326328
$extra_opts \
327329
$REF_NAME \
328-
dist/dist-packages-*/*
330+
dist/*
329331
env:
330332
REF_NAME: ${{ github.ref_name }}
331333
REPOSITORY: ${{ github.repository }}

0 commit comments

Comments
 (0)