Skip to content

Commit 85add25

Browse files
committed
github actions
1 parent 005276f commit 85add25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Store the distribution packages
3535
uses: actions/upload-artifact@v4
3636
with:
37-
name: python-package-distributions
37+
name: python-package-distributions-${{ matrix.python-version }}
3838
path: dist/
3939

4040
publish-to-pypi:
@@ -53,7 +53,7 @@ jobs:
5353
- name: Download all the dists
5454
uses: actions/download-artifact@v4
5555
with:
56-
name: python-package-distributions
56+
name: python-package-distributions-${{ matrix.python-version }}
5757
path: dist/
5858
- name: Publish distribution 📦 to PyPI
5959
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)