We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4ab1e5 commit b031645Copy full SHA for b031645
.github/workflows/main.yml
@@ -69,12 +69,12 @@ jobs:
69
- name: Download source packages
70
uses: actions/download-artifact@v4
71
with:
72
- pattern: dist-${{ matrix.version }}-*
+ pattern: dist-*
73
path: dist
74
- name: Download wheels
75
76
77
- pattern: wheels-${{ matrix.version }}-*
+ pattern: wheels-*
78
79
merge-multiple: true
80
- name: List dir content
0 commit comments