Skip to content

Commit 37e0f9e

Browse files
authored
chore: fix download-artifact in publish-testpypi missing name and path (#111)
1 parent 8bfc3aa commit 37e0f9e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ jobs:
8181
steps:
8282
- name: Download all the dists
8383
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8
84+
with:
85+
name: python-package-distributions
86+
path: dist/
8487

8588
- name: Publish package to TestPyPI
8689
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)