We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d569be commit 4849ce2Copy full SHA for 4849ce2
1 file changed
.github/workflows/build-publish.yaml
@@ -127,13 +127,13 @@ jobs:
127
- name: Download macos-wheels
128
uses: actions/download-artifact@v4
129
with:
130
- name: macos-wheels
+ pattern: macos-wheels-*
131
path: dist
132
133
- name: Download windows-wheels
134
135
136
- name: windows-wheels
+ pattern: windows-wheels-*
137
138
139
- name: Display dist files to upload to PyPI
0 commit comments