We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06d484f commit 3668d80Copy full SHA for 3668d80
1 file changed
.github/workflows/release_climt.yml
@@ -49,7 +49,7 @@ jobs:
49
- name: Store the distribution packages
50
uses: actions/upload-artifact@v4
51
with:
52
- name: python-package-distributions
+ name: python-package-distributions-${{ matrix.os }}
53
path: dist/
54
publish-to-pypi:
55
name: Publishing to PyPI
@@ -65,7 +65,8 @@ jobs:
65
- name: Download all the dists
66
uses: actions/download-artifact@v4
67
68
+ pattern: python-package-distributions-*
69
+ merge-multiple: true
70
71
- name: Publish wheels to PyPI
72
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments