Skip to content

Commit 3668d80

Browse files
authored
Update release_climt.yml
1 parent 06d484f commit 3668d80

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/release_climt.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Store the distribution packages
5050
uses: actions/upload-artifact@v4
5151
with:
52-
name: python-package-distributions
52+
name: python-package-distributions-${{ matrix.os }}
5353
path: dist/
5454
publish-to-pypi:
5555
name: Publishing to PyPI
@@ -65,7 +65,8 @@ jobs:
6565
- name: Download all the dists
6666
uses: actions/download-artifact@v4
6767
with:
68-
name: python-package-distributions
68+
pattern: python-package-distributions-*
69+
merge-multiple: true
6970
path: dist/
7071
- name: Publish wheels to PyPI
7172
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)