We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d19537c commit c09d1e5Copy full SHA for c09d1e5
.github/workflows/publish_pypi.yml
@@ -85,6 +85,10 @@ jobs:
85
uses: actions/download-artifact@v4
86
with:
87
path: wheelhouse
88
+ # optional, explicitly specify which artifacts to download
89
+ pattern: qc-permanent-*
90
+ # prevents per-artifact subfolders
91
+ merge-multiple: true
92
93
- name: Flatten wheelhouse directory
94
run: mv wheelhouse/*/*.whl wheelhouse/
0 commit comments