We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 005276f commit 85add25Copy full SHA for 85add25
.github/workflows/publish-to-pypi.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Store the distribution packages
35
uses: actions/upload-artifact@v4
36
with:
37
- name: python-package-distributions
+ name: python-package-distributions-${{ matrix.python-version }}
38
path: dist/
39
40
publish-to-pypi:
@@ -53,7 +53,7 @@ jobs:
53
- name: Download all the dists
54
uses: actions/download-artifact@v4
55
56
57
58
- name: Publish distribution 📦 to PyPI
59
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments