We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1a83c8 commit e765f66Copy full SHA for e765f66
.github/workflows/release.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Publish source dist to github
32
uses: actions/upload-artifact@v4
33
with:
34
- name: dist
+ name: dist-src
35
path: dist/*.tar.*
36
37
build-wheels-matrix:
@@ -91,7 +91,7 @@ jobs:
91
92
- uses: actions/upload-artifact@v4
93
94
+ name: dist-${{ matrix.only }}
95
path: wheelhouse/*.whl
96
97
@@ -107,10 +107,11 @@ jobs:
107
fetch-depth: 5
108
submodules: false
109
110
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
111
112
113
path: dist/
+ pattern: dist-*
114
+ merge-multiple: true
115
116
- run: |
117
ls -al dist/
0 commit comments