Skip to content

Commit 7bb0f6f

Browse files
authored
Explicit download build artifact to dist directory
1 parent 30f9122 commit 7bb0f6f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pypi.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ jobs:
5353
steps:
5454
- name: Download builds
5555
uses: actions/download-artifact@v5
56+
with:
57+
name: dist
58+
path: dist
5659

5760
- name: Publish to PyPI
5861
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)