Skip to content

Commit 74871af

Browse files
committed
fix(build): Name for the download-artifacts step
1 parent 22907c4 commit 74871af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
steps:
103103
- uses: actions/download-artifact@v2
104104
with:
105-
name: Download Artifacts
105+
name: Distribution Artifacts
106106
path: wheelhouse/
107107
- name: Publish distribution package to PyPI
108108
uses: pypa/gh-action-pypi-publish@v1.5.0

0 commit comments

Comments
 (0)