Skip to content

Commit c09d1e5

Browse files
committed
Fix the names
1 parent d19537c commit c09d1e5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish_pypi.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ jobs:
8585
uses: actions/download-artifact@v4
8686
with:
8787
path: wheelhouse
88+
# optional, explicitly specify which artifacts to download
89+
pattern: qc-permanent-*
90+
# prevents per-artifact subfolders
91+
merge-multiple: true
8892

8993
- name: Flatten wheelhouse directory
9094
run: mv wheelhouse/*/*.whl wheelhouse/

0 commit comments

Comments
 (0)