Skip to content

Commit 0ac1777

Browse files
committed
Build all wheels and merge artefacts
1 parent 74549d4 commit 0ac1777

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,8 @@ jobs:
137137
- name: Store the distribution packages
138138
uses: actions/upload-artifact@v4
139139
with:
140-
name: python-package-distributions
140+
name: python-package-distributions-${{ matrix.os }}-${{ matrix.target }}-${{ matrix.manylinux }}
141141
path: dist/
142-
overwrite: true
143142

144143
publish-to-pypi:
145144
name: Publish Python 🐍 distribution 📦 to PyPI
@@ -156,7 +155,8 @@ jobs:
156155
- name: Download all the dists
157156
uses: actions/download-artifact@v4
158157
with:
159-
name: python-package-distributions
158+
pattern: python-package-distributions-*
159+
merge-multiple: true
160160
path: dist/
161161
- name: Publish distribution 📦 to PyPI
162162
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)