We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ce0594 commit 4b8a256Copy full SHA for 4b8a256
1 file changed
.github/workflows/ci.yaml
@@ -298,7 +298,9 @@ jobs:
298
- name: Download distribution files
299
uses: actions/download-artifact@v6
300
with:
301
+ pattern: dist-packages-*/*.whl
302
path: dist
303
+ merge-multiple: true
304
305
- name: Download RELEASE_NOTES.md
306
run: |
@@ -325,7 +327,7 @@ jobs:
325
327
--generate-notes \
326
328
$extra_opts \
329
$REF_NAME \
- dist/dist-packages-*/*
330
+ dist/*
331
env:
332
REF_NAME: ${{ github.ref_name }}
333
REPOSITORY: ${{ github.repository }}
0 commit comments