Skip to content

Commit 8b92772

Browse files
committed
CI hotfix: provide path when downloading artifacts for pypi publishing
1 parent 0a5697b commit 8b92772

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ jobs:
124124
- uses: actions/download-artifact@v4
125125
with:
126126
name: dist
127+
path: dist
127128

128129
- name: Publish to Test PyPI
129130
# only if working on main

0 commit comments

Comments
 (0)