File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -137,9 +137,8 @@ jobs:
137
137
- name : Store the distribution packages
138
138
uses : actions/upload-artifact@v4
139
139
with :
140
- name : python-package-distributions
140
+ name : python-package-distributions-${{ matrix.os }}-${{ matrix.target }}-${{ matrix.manylinux }}
141
141
path : dist/
142
- overwrite : true
143
142
144
143
publish-to-pypi :
145
144
name : Publish Python 🐍 distribution 📦 to PyPI
@@ -156,7 +155,8 @@ jobs:
156
155
- name : Download all the dists
157
156
uses : actions/download-artifact@v4
158
157
with :
159
- name : python-package-distributions
158
+ pattern : python-package-distributions-*
159
+ merge-multiple : true
160
160
path : dist/
161
161
- name : Publish distribution 📦 to PyPI
162
162
uses : pypa/gh-action-pypi-publish@release/v1
You can’t perform that action at this time.
0 commit comments