Skip to content

Commit b16722b

Browse files
committed
fix CI
1 parent 99b14f5 commit b16722b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- uses: actions/upload-artifact@v4
4040
with:
41-
name: python-package-distributions
41+
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
4242
path: ./wheelhouse/*.whl
4343

4444
publish-to-pypi:
@@ -57,8 +57,8 @@ jobs:
5757
- name: Download all the dists
5858
uses: actions/download-artifact@v4
5959
with:
60-
name: python-package-distributions
6160
path: dist/
61+
merge-multiple: true
6262

6363
- name: Publish distribution 📦 to PyPI
6464
uses: pypa/gh-action-pypi-publish@release/v1
@@ -82,8 +82,8 @@ jobs:
8282
- name: Download all the dists
8383
uses: actions/download-artifact@v4
8484
with:
85-
name: python-package-distributions
8685
path: dist/
86+
merge-multiple: true
8787

8888
- name: Sign the dists with Sigstore
8989
uses: sigstore/[email protected]

0 commit comments

Comments
 (0)